Struct esp32c2_hal::pac::sensitive::pif_access_monitor_2::R
pub struct R(_);
Expand description
Register PIF_ACCESS_MONITOR_2
reader
Implementations§
§impl R
impl R
pub fn pif_access_monitor_nonword_violate_intr(&self) -> BitReaderRaw<bool>
pub fn pif_access_monitor_nonword_violate_intr(&self) -> BitReaderRaw<bool>
Bit 0 - Need add description
pub fn pif_access_monitor_nonword_violate_status_hsize(
&self
) -> FieldReaderRaw<u8, u8>
pub fn pif_access_monitor_nonword_violate_status_hsize(
&self
) -> FieldReaderRaw<u8, u8>
Bits 1:2 - Need add description
Methods from Deref<Target = R<PIF_ACCESS_MONITOR_2_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<PIF_ACCESS_MONITOR_2_SPEC>> for R
impl From<R<PIF_ACCESS_MONITOR_2_SPEC>> for R
§fn from(reader: R<PIF_ACCESS_MONITOR_2_SPEC>) -> R
fn from(reader: R<PIF_ACCESS_MONITOR_2_SPEC>) -> R
Converts to this type from the input type.