Enum stm32wlxx_hal::pac::tim2::smcr::SMS_3_A
pub enum SMS_3_A {
Disabled = 0,
CombinedResetTrigger = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Slave mode selection - bit 3
Value on reset: 0
Variants§
Disabled = 0
0: Slave mode disabled (see SMS[0:2])
CombinedResetTrigger = 1
1: SMS[0:2] must be 0b000 (DisabledOrCombined). Combined reset + trigger mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter, generates an update of the registers and starts the counter
Trait Implementations§
impl Copy for SMS_3_A
impl StructuralPartialEq for SMS_3_A
Auto Trait Implementations§
impl RefUnwindSafe for SMS_3_A
impl Send for SMS_3_A
impl Sync for SMS_3_A
impl Unpin for SMS_3_A
impl UnwindSafe for SMS_3_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