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