pub enum WUTWF_A {
UpdateNotAllowed = 0,
UpdateAllowed = 1,
}
Expand description
Wakeup timer write flag
Value on reset: 1
Variants§
UpdateNotAllowed = 0
0: Wakeup timer configuration update not allowed
UpdateAllowed = 1
1: Wakeup timer configuration update allowed
Trait Implementations§
impl Copy for WUTWF_A
impl StructuralPartialEq for WUTWF_A
Auto Trait Implementations§
impl Freeze for WUTWF_A
impl RefUnwindSafe for WUTWF_A
impl Send for WUTWF_A
impl Sync for WUTWF_A
impl Unpin for WUTWF_A
impl UnwindSafe for WUTWF_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