pub enum MSM {
NoSync = 0,
Sync = 1,
}
Expand description
Master/Slave mode
Value on reset: 0
Variants§
NoSync = 0
0: No action
Sync = 1
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§
impl Copy for MSM
impl Eq for MSM
impl StructuralPartialEq for MSM
Auto Trait Implementations§
impl Freeze for MSM
impl RefUnwindSafe for MSM
impl Send for MSM
impl Sync for MSM
impl Unpin for MSM
impl UnwindSafe for MSM
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