pub enum PIF35_A {
NOTPENDING = 0,
PENDING = 1,
}
Expand description
Pending interrupt flag on line 35
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PIF35_A
impl StructuralPartialEq for PIF35_A
Auto Trait Implementations§
impl Freeze for PIF35_A
impl RefUnwindSafe for PIF35_A
impl Send for PIF35_A
impl Sync for PIF35_A
impl Unpin for PIF35_A
impl UnwindSafe for PIF35_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