Struct esp32c2_hal::pac::sensitive::cache_mmu_access_1::R
pub struct R(_);
Expand description
Register CACHE_MMU_ACCESS_1
reader
Implementations§
§impl R
impl R
pub fn pro_mmu_rd_acs(&self) -> BitReaderRaw<bool>
pub fn pro_mmu_rd_acs(&self) -> BitReaderRaw<bool>
Bit 0 - Need add description
pub fn pro_mmu_wr_acs(&self) -> BitReaderRaw<bool>
pub fn pro_mmu_wr_acs(&self) -> BitReaderRaw<bool>
Bit 1 - Need add description
Methods from Deref<Target = R<CACHE_MMU_ACCESS_1_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<CACHE_MMU_ACCESS_1_SPEC>> for R
impl From<R<CACHE_MMU_ACCESS_1_SPEC>> for R
§fn from(reader: R<CACHE_MMU_ACCESS_1_SPEC>) -> R
fn from(reader: R<CACHE_MMU_ACCESS_1_SPEC>) -> R
Converts to this type from the input type.