pub enum MMSR {
RESET,
ENABLE,
UPDATE,
_Reserved(u8),
}
Expand description
Possible values of the field MMS
Variants§
RESET
Use UG bit from TIMx_EGR register
ENABLE
Use CNT bit from TIMx_CEN register
UPDATE
Use the update event
_Reserved(u8)
Reserved
Implementations§
Trait Implementations§
impl Copy for MMSR
impl StructuralPartialEq for MMSR
Auto Trait Implementations§
impl Freeze for MMSR
impl RefUnwindSafe for MMSR
impl Send for MMSR
impl Sync for MMSR
impl Unpin for MMSR
impl UnwindSafe for MMSR
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