pub enum WUTWFR {
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 WUTWFR
impl Eq for WUTWFR
impl StructuralPartialEq for WUTWFR
Auto Trait Implementations§
impl Freeze for WUTWFR
impl RefUnwindSafe for WUTWFR
impl Send for WUTWFR
impl Sync for WUTWFR
impl Unpin for WUTWFR
impl UnwindSafe for WUTWFR
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