pub struct RPIF0_R(/* private fields */);
Expand description
Field RPIF0
reader - configurable event inputs x rising edge Pending bit.
Implementations§
Methods from Deref<Target = FieldReader<bool, RPIF0_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RPIF0_R
impl RefUnwindSafe for RPIF0_R
impl Send for RPIF0_R
impl Sync for RPIF0_R
impl Unpin for RPIF0_R
impl UnwindSafe for RPIF0_R
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