#[repr(u8)]pub enum EM4WUEN_A {
A0 = 1,
A6 = 2,
C9 = 4,
F1 = 8,
F2 = 16,
E13 = 32,
}Expand description
EM4 Wake-up enable
Value on reset: 0
Variants§
A0 = 1
1: Enable em4 wakeup on pin A0
A6 = 2
2: Enable em4 wakeup on pin A6
C9 = 4
4: Enable em4 wakeup on pin C9
F1 = 8
8: Enable em4 wakeup on pin F1
F2 = 16
16: Enable em4 wakeup on pin F2
E13 = 32
32: Enable em4 wakeup on pin E13
Trait Implementations§
impl Copy for EM4WUEN_A
impl StructuralPartialEq for EM4WUEN_A
Auto Trait Implementations§
impl Freeze for EM4WUEN_A
impl RefUnwindSafe for EM4WUEN_A
impl Send for EM4WUEN_A
impl Sync for EM4WUEN_A
impl Unpin for EM4WUEN_A
impl UnwindSafe for EM4WUEN_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