pub enum SNGSTRTW {
Start = 1,
}
Expand description
LPTIM start in single mode
Value on reset: 0
Variants§
Start = 1
1: LPTIM start in Single mode
Trait Implementations§
impl Copy for SNGSTRTW
impl Eq for SNGSTRTW
impl StructuralPartialEq for SNGSTRTW
Auto Trait Implementations§
impl Freeze for SNGSTRTW
impl RefUnwindSafe for SNGSTRTW
impl Send for SNGSTRTW
impl Sync for SNGSTRTW
impl Unpin for SNGSTRTW
impl UnwindSafe for SNGSTRTW
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