pub enum MSMW {
NOSYNC,
SYNC,
}
Expand description
Values that can be written to the field MSM
Variants§
NOSYNC
No action
SYNC
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.
Auto Trait Implementations§
impl Freeze for MSMW
impl RefUnwindSafe for MSMW
impl Send for MSMW
impl Sync for MSMW
impl Unpin for MSMW
impl UnwindSafe for MSMW
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