pub enum MSM_A {
NoSync,
Sync,
}
Expand description
Master/Slave mode
Value on reset: 0
Variants§
NoSync
0: No action
Sync
1: The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event.
Trait Implementations§
source§impl PartialEq<MSM_A> for MSM_A
impl PartialEq<MSM_A> for MSM_A
impl Copy for MSM_A
impl StructuralPartialEq for MSM_A
Auto Trait Implementations§
impl RefUnwindSafe for MSM_A
impl Send for MSM_A
impl Sync for MSM_A
impl Unpin for MSM_A
impl UnwindSafe for MSM_A
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