#[repr(u8)]pub enum Trig5CtrlSyncMode {
SYNC_MODE_0 = 0,
SYNC_MODE_1 = 1,
}Variants§
SYNC_MODE_0 = 0
Synchronization mode disabled, TRIGa and TRIG(a+4) are triggered independently.
SYNC_MODE_1 = 1
Synchronization mode enabled, TRIGa and TRIG(a+4) are triggered by TRIGa source synchronously.
Implementations§
Trait Implementations§
Source§impl Clone for Trig5CtrlSyncMode
impl Clone for Trig5CtrlSyncMode
Source§fn clone(&self) -> Trig5CtrlSyncMode
fn clone(&self) -> Trig5CtrlSyncMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Trig5CtrlSyncMode
impl Debug for Trig5CtrlSyncMode
Source§impl From<Trig5CtrlSyncMode> for u8
impl From<Trig5CtrlSyncMode> for u8
Source§fn from(val: Trig5CtrlSyncMode) -> u8
fn from(val: Trig5CtrlSyncMode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig5CtrlSyncMode
impl From<u8> for Trig5CtrlSyncMode
Source§fn from(val: u8) -> Trig5CtrlSyncMode
fn from(val: u8) -> Trig5CtrlSyncMode
Converts to this type from the input type.
Source§impl Ord for Trig5CtrlSyncMode
impl Ord for Trig5CtrlSyncMode
Source§fn cmp(&self, other: &Trig5CtrlSyncMode) -> Ordering
fn cmp(&self, other: &Trig5CtrlSyncMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Trig5CtrlSyncMode
impl PartialEq for Trig5CtrlSyncMode
Source§impl PartialOrd for Trig5CtrlSyncMode
impl PartialOrd for Trig5CtrlSyncMode
impl Copy for Trig5CtrlSyncMode
impl Eq for Trig5CtrlSyncMode
impl StructuralPartialEq for Trig5CtrlSyncMode
Auto Trait Implementations§
impl Freeze for Trig5CtrlSyncMode
impl RefUnwindSafe for Trig5CtrlSyncMode
impl Send for Trig5CtrlSyncMode
impl Sync for Trig5CtrlSyncMode
impl Unpin for Trig5CtrlSyncMode
impl UnwindSafe for Trig5CtrlSyncMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more