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