pub struct R(_);
Expand description
Register PRO_IRAM0_4
reader
Implementations
sourceimpl R
impl R
sourcepub fn pro_iram0_ilg_clr(&self) -> PRO_IRAM0_ILG_CLR_R
pub fn pro_iram0_ilg_clr(&self) -> PRO_IRAM0_ILG_CLR_R
Bit 0 - The clear signal for IBUS access interrupt.
sourcepub fn pro_iram0_ilg_en(&self) -> PRO_IRAM0_ILG_EN_R
pub fn pro_iram0_ilg_en(&self) -> PRO_IRAM0_ILG_EN_R
Bit 1 - The enable signal for IBUS access interrupt.
sourcepub fn pro_iram0_ilg_intr(&self) -> PRO_IRAM0_ILG_INTR_R
pub fn pro_iram0_ilg_intr(&self) -> PRO_IRAM0_ILG_INTR_R
Bit 2 - IBUS access interrupt signal.
Methods from Deref<Target = R<PRO_IRAM0_4_SPEC>>
Trait Implementations
sourceimpl From<R<PRO_IRAM0_4_SPEC>> for R
impl From<R<PRO_IRAM0_4_SPEC>> for R
sourcefn from(reader: R<PRO_IRAM0_4_SPEC>) -> Self
fn from(reader: R<PRO_IRAM0_4_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more