pub struct IRQC_R(/* private fields */);
Expand description
Field IRQC
reader - Interrupt Configuration
Implementations§
Methods from Deref<Target = FieldReader<u8, IRQC_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRQC_R
impl RefUnwindSafe for IRQC_R
impl Send for IRQC_R
impl Sync for IRQC_R
impl Unpin for IRQC_R
impl UnwindSafe for IRQC_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