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