#[repr(u8)]pub enum MMS_A {
Reset,
Enable,
Update,
}
Expand description
Master mode selection
Value on reset: 0
Variants§
Reset
0: Use UG bit from TIMx_EGR register
Enable
1: Use CNT bit from TIMx_CEN register
Update
2: Use the update event
Trait Implementations§
source§impl PartialEq<MMS_A> for MMS_A
impl PartialEq<MMS_A> for MMS_A
impl Copy for MMS_A
impl StructuralPartialEq for MMS_A
Auto Trait Implementations§
impl RefUnwindSafe for MMS_A
impl Send for MMS_A
impl Sync for MMS_A
impl Unpin for MMS_A
impl UnwindSafe for MMS_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