Struct esp32_hal::pac::dport::pro_cache_ctrl1::R
pub struct R(_);
Expand description
Register PRO_CACHE_CTRL1
reader
Implementations§
§impl R
impl R
pub fn pro_cache_mask_iram0(&self) -> BitReaderRaw<bool>
pub fn pro_cache_mask_iram0(&self) -> BitReaderRaw<bool>
Bit 0
pub fn pro_cache_mask_iram1(&self) -> BitReaderRaw<bool>
pub fn pro_cache_mask_iram1(&self) -> BitReaderRaw<bool>
Bit 1
pub fn pro_cache_mask_irom0(&self) -> BitReaderRaw<bool>
pub fn pro_cache_mask_irom0(&self) -> BitReaderRaw<bool>
Bit 2
pub fn pro_cache_mask_dram1(&self) -> BitReaderRaw<bool>
pub fn pro_cache_mask_dram1(&self) -> BitReaderRaw<bool>
Bit 3
pub fn pro_cache_mask_drom0(&self) -> BitReaderRaw<bool>
pub fn pro_cache_mask_drom0(&self) -> BitReaderRaw<bool>
Bit 4
pub fn pro_cache_mask_opsdram(&self) -> BitReaderRaw<bool>
pub fn pro_cache_mask_opsdram(&self) -> BitReaderRaw<bool>
Bit 5
pub fn pro_cmmu_sram_page_mode(&self) -> FieldReaderRaw<u8, u8>
pub fn pro_cmmu_sram_page_mode(&self) -> FieldReaderRaw<u8, u8>
Bits 6:8
pub fn pro_cmmu_flash_page_mode(&self) -> FieldReaderRaw<u8, u8>
pub fn pro_cmmu_flash_page_mode(&self) -> FieldReaderRaw<u8, u8>
Bits 9:10
pub fn pro_cmmu_force_on(&self) -> BitReaderRaw<bool>
pub fn pro_cmmu_force_on(&self) -> BitReaderRaw<bool>
Bit 11
pub fn pro_cmmu_pd(&self) -> BitReaderRaw<bool>
pub fn pro_cmmu_pd(&self) -> BitReaderRaw<bool>
Bit 12
pub fn pro_cache_mmu_ia_clr(&self) -> BitReaderRaw<bool>
pub fn pro_cache_mmu_ia_clr(&self) -> BitReaderRaw<bool>
Bit 13
Methods from Deref<Target = R<PRO_CACHE_CTRL1_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<PRO_CACHE_CTRL1_SPEC>> for R
impl From<R<PRO_CACHE_CTRL1_SPEC>> for R
§fn from(reader: R<PRO_CACHE_CTRL1_SPEC>) -> R
fn from(reader: R<PRO_CACHE_CTRL1_SPEC>) -> R
Converts to this type from the input type.