pub enum MMSW {
RESET,
ENABLE,
UPDATE,
}
Expand description
Values that can be written to 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
Auto Trait Implementations§
impl Freeze for MMSW
impl RefUnwindSafe for MMSW
impl Send for MMSW
impl Sync for MMSW
impl Unpin for MMSW
impl UnwindSafe for MMSW
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