#[repr(u8)]pub enum Intnpadf {
INTNPADF_0 = 0,
INTNPADF_1 = 1,
}Variants§
INTNPADF_0 = 0
No interrupt detected since flag last cleared.
INTNPADF_1 = 1
Pad interrupt caused a wakeup or interrupt event since the last time this flag was cleared. Write 1 to clear.
Implementations§
Trait Implementations§
Source§impl Ord for Intnpadf
impl Ord for Intnpadf
Source§impl PartialOrd for Intnpadf
impl PartialOrd for Intnpadf
impl Copy for Intnpadf
impl Eq for Intnpadf
impl StructuralPartialEq for Intnpadf
Auto Trait Implementations§
impl Freeze for Intnpadf
impl RefUnwindSafe for Intnpadf
impl Send for Intnpadf
impl Sync for Intnpadf
impl Unpin for Intnpadf
impl UnwindSafe for Intnpadf
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