#[repr(u8)]pub enum Wupmc27 {
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 Wupmc27
impl Ord for Wupmc27
Source§impl PartialOrd for Wupmc27
impl PartialOrd for Wupmc27
impl Copy for Wupmc27
impl Eq for Wupmc27
impl StructuralPartialEq for Wupmc27
Auto Trait Implementations§
impl Freeze for Wupmc27
impl RefUnwindSafe for Wupmc27
impl Send for Wupmc27
impl Sync for Wupmc27
impl Unpin for Wupmc27
impl UnwindSafe for Wupmc27
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