pub struct R(_);
Expand description
Register BACKUP_BUS_PMS_MONITOR_2
reader
Implementations
sourceimpl R
impl R
sourcepub fn backup_bus_pms_monitor_violate_intr(
&self
) -> BACKUP_BUS_PMS_MONITOR_VIOLATE_INTR_R
pub fn backup_bus_pms_monitor_violate_intr(
&self
) -> BACKUP_BUS_PMS_MONITOR_VIOLATE_INTR_R
Bit 0 - Record BackUp illegal access interrupt state.
sourcepub fn backup_bus_pms_monitor_violate_status_htrans(
&self
) -> BACKUP_BUS_PMS_MONITOR_VIOLATE_STATUS_HTRANS_R
pub fn backup_bus_pms_monitor_violate_status_htrans(
&self
) -> BACKUP_BUS_PMS_MONITOR_VIOLATE_STATUS_HTRANS_R
Bits 1:2 - Record htrans when BackUp initate illegal access.
sourcepub fn backup_bus_pms_monitor_violate_status_hsize(
&self
) -> BACKUP_BUS_PMS_MONITOR_VIOLATE_STATUS_HSIZE_R
pub fn backup_bus_pms_monitor_violate_status_hsize(
&self
) -> BACKUP_BUS_PMS_MONITOR_VIOLATE_STATUS_HSIZE_R
Bits 3:5 - Record access type when BackUp initate illegal access.
sourcepub fn backup_bus_pms_monitor_violate_status_hwrite(
&self
) -> BACKUP_BUS_PMS_MONITOR_VIOLATE_STATUS_HWRITE_R
pub fn backup_bus_pms_monitor_violate_status_hwrite(
&self
) -> BACKUP_BUS_PMS_MONITOR_VIOLATE_STATUS_HWRITE_R
Bit 6 - Record access direction when BackUp initiate illegal access.
Methods from Deref<Target = R<BACKUP_BUS_PMS_MONITOR_2_SPEC>>
Trait Implementations
sourceimpl From<R<BACKUP_BUS_PMS_MONITOR_2_SPEC>> for R
impl From<R<BACKUP_BUS_PMS_MONITOR_2_SPEC>> for R
sourcefn from(reader: R<BACKUP_BUS_PMS_MONITOR_2_SPEC>) -> Self
fn from(reader: R<BACKUP_BUS_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