pub enum MSWU {
Update = 1,
}
Expand description
Master Timer Software update
Value on reset: 0
Variants§
Update = 1
1: Force immediate update
Trait Implementations§
impl Copy for MSWU
impl Eq for MSWU
impl StructuralPartialEq for MSWU
Auto Trait Implementations§
impl Freeze for MSWU
impl RefUnwindSafe for MSWU
impl Send for MSWU
impl Sync for MSWU
impl Unpin for MSWU
impl UnwindSafe for MSWU
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