pub struct R(_);
Expand description
Register PRO_IRAM0_5
reader
Implementations
sourceimpl R
impl R
sourcepub fn pro_iram0_ilg_st(&self) -> PRO_IRAM0_ILG_ST_R
pub fn pro_iram0_ilg_st(&self) -> PRO_IRAM0_ILG_ST_R
Bits 0:21 - Record the illegitimate information of IBUS. [21:2]: store the bits [21:2] of IBUS address. [1]: 1 means data access, 0 means instruction access. [0]: 1 means write operation, 0 means read operation.
Methods from Deref<Target = R<PRO_IRAM0_5_SPEC>>
Trait Implementations
sourceimpl From<R<PRO_IRAM0_5_SPEC>> for R
impl From<R<PRO_IRAM0_5_SPEC>> for R
sourcefn from(reader: R<PRO_IRAM0_5_SPEC>) -> Self
fn from(reader: R<PRO_IRAM0_5_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