pub enum FPIF0R {
NotPending = 0,
Pending = 1,
}
Expand description
Falling edge event pending for configurable line
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FPIF0R
impl Eq for FPIF0R
impl StructuralPartialEq for FPIF0R
Auto Trait Implementations§
impl Freeze for FPIF0R
impl RefUnwindSafe for FPIF0R
impl Send for FPIF0R
impl Sync for FPIF0R
impl Unpin for FPIF0R
impl UnwindSafe for FPIF0R
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