pub enum FPIF0_A {
NOTPENDING = 0,
PENDING = 1,
}
Expand description
configurable event inputs x falling edge pending bit.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FPIF0_A
impl StructuralPartialEq for FPIF0_A
Auto Trait Implementations§
impl Freeze for FPIF0_A
impl RefUnwindSafe for FPIF0_A
impl Send for FPIF0_A
impl Sync for FPIF0_A
impl Unpin for FPIF0_A
impl UnwindSafe for FPIF0_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