pub enum WUPEN_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Wakeup from Stop mode enable Note: If the Wakeup from Stop mode feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation. Note: WUPEN can be set only when DNF = 0000
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WUPEN_A
impl StructuralPartialEq for WUPEN_A
Auto Trait Implementations§
impl Freeze for WUPEN_A
impl RefUnwindSafe for WUPEN_A
impl Send for WUPEN_A
impl Sync for WUPEN_A
impl Unpin for WUPEN_A
impl UnwindSafe for WUPEN_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