Enum stm32wlxx_hal::pac::tim1::smcr::MSM_A
pub enum MSM_A {
NoSync = 0,
Sync = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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_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