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