Struct esp32s3::sensitive::backup_bus_pms_monitor_2::R
source · pub struct R(_);Expand description
Register BACKUP_BUS_PMS_MONITOR_2 reader
Implementations§
source§impl 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§
Auto Trait Implementations§
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