pub struct R(_);Expand description
Register CORE_0_PIF_PMS_MONITOR_2 reader
Implementations
sourceimpl R
impl R
sourcepub fn core_0_pif_pms_monitor_violate_intr(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_INTR_R
pub fn core_0_pif_pms_monitor_violate_intr(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_INTR_R
Bit 0 - Record core0 illegal access interrupt state.
sourcepub fn core_0_pif_pms_monitor_violate_status_hport_0(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_STATUS_HPORT_0_R
pub fn core_0_pif_pms_monitor_violate_status_hport_0(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_STATUS_HPORT_0_R
Bit 1 - Record hport information when core0 initiate illegal access.
sourcepub fn core_0_pif_pms_monitor_violate_status_hsize(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_STATUS_HSIZE_R
pub fn core_0_pif_pms_monitor_violate_status_hsize(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_STATUS_HSIZE_R
Bits 2:4 - Record access type when core0 initate illegal access.
sourcepub fn core_0_pif_pms_monitor_violate_status_hwrite(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_STATUS_HWRITE_R
pub fn core_0_pif_pms_monitor_violate_status_hwrite(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_STATUS_HWRITE_R
Bit 5 - Record access direction when core0 initiate illegal access.
sourcepub fn core_0_pif_pms_monitor_violate_status_hworld(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_STATUS_HWORLD_R
pub fn core_0_pif_pms_monitor_violate_status_hworld(
&self
) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_STATUS_HWORLD_R
Bits 6:7 - Record world information when core0 initiate illegal access.
Methods from Deref<Target = R<CORE_0_PIF_PMS_MONITOR_2_SPEC>>
Trait Implementations
sourceimpl From<R<CORE_0_PIF_PMS_MONITOR_2_SPEC>> for R
impl From<R<CORE_0_PIF_PMS_MONITOR_2_SPEC>> for R
sourcefn from(reader: R<CORE_0_PIF_PMS_MONITOR_2_SPEC>) -> Self
fn from(reader: R<CORE_0_PIF_PMS_MONITOR_2_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