#[repr(u8)]pub enum Wupmc14 {
LOW_PWR_ONLY = 0,
ANY_PWR = 1,
}Variants§
LOW_PWR_ONLY = 0
Active only during a low-leakage mode. You can modify the corresponding fields within Pin Enable (PEn) or Pin DMA/Trigger Configuration (PDCn).
ANY_PWR = 1
Active during all power modes. Do not modify the corresponding fields within Pin Enable (PEn) or Pin DMA/Trigger Configuration (PDCn).
Implementations§
Trait Implementations§
Source§impl Ord for Wupmc14
impl Ord for Wupmc14
Source§impl PartialOrd for Wupmc14
impl PartialOrd for Wupmc14
impl Copy for Wupmc14
impl Eq for Wupmc14
impl StructuralPartialEq for Wupmc14
Auto Trait Implementations§
impl Freeze for Wupmc14
impl RefUnwindSafe for Wupmc14
impl Send for Wupmc14
impl Sync for Wupmc14
impl Unpin for Wupmc14
impl UnwindSafe for Wupmc14
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