Struct esp32_hal::pac::dport::pro_cache_ctrl::R
pub struct R(_);
Expand description
Register PRO_CACHE_CTRL
reader
Implementations§
§impl R
impl R
pub fn pro_cache_mode(&self) -> BitReaderRaw<bool>
pub fn pro_cache_mode(&self) -> BitReaderRaw<bool>
Bit 2
pub fn pro_cache_enable(&self) -> BitReaderRaw<bool>
pub fn pro_cache_enable(&self) -> BitReaderRaw<bool>
Bit 3
pub fn pro_cache_flush_ena(&self) -> BitReaderRaw<bool>
pub fn pro_cache_flush_ena(&self) -> BitReaderRaw<bool>
Bit 4
pub fn pro_cache_flush_done(&self) -> BitReaderRaw<bool>
pub fn pro_cache_flush_done(&self) -> BitReaderRaw<bool>
Bit 5
pub fn pro_cache_lock_0_en(&self) -> BitReaderRaw<bool>
pub fn pro_cache_lock_0_en(&self) -> BitReaderRaw<bool>
Bit 6
pub fn pro_cache_lock_1_en(&self) -> BitReaderRaw<bool>
pub fn pro_cache_lock_1_en(&self) -> BitReaderRaw<bool>
Bit 7
pub fn pro_cache_lock_2_en(&self) -> BitReaderRaw<bool>
pub fn pro_cache_lock_2_en(&self) -> BitReaderRaw<bool>
Bit 8
pub fn pro_cache_lock_3_en(&self) -> BitReaderRaw<bool>
pub fn pro_cache_lock_3_en(&self) -> BitReaderRaw<bool>
Bit 9
pub fn pro_single_iram_ena(&self) -> BitReaderRaw<bool>
pub fn pro_single_iram_ena(&self) -> BitReaderRaw<bool>
Bit 10
pub fn pro_dram_split(&self) -> BitReaderRaw<bool>
pub fn pro_dram_split(&self) -> BitReaderRaw<bool>
Bit 11
pub fn pro_ahb_spi_req(&self) -> BitReaderRaw<bool>
pub fn pro_ahb_spi_req(&self) -> BitReaderRaw<bool>
Bit 12
pub fn pro_slave_req(&self) -> BitReaderRaw<bool>
pub fn pro_slave_req(&self) -> BitReaderRaw<bool>
Bit 13
pub fn ahb_spi_req(&self) -> BitReaderRaw<bool>
pub fn ahb_spi_req(&self) -> BitReaderRaw<bool>
Bit 14
pub fn pro_dram_hl(&self) -> BitReaderRaw<bool>
pub fn pro_dram_hl(&self) -> BitReaderRaw<bool>
Bit 16
Methods from Deref<Target = R<PRO_CACHE_CTRL_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_CTRL_SPEC>> for R
impl From<R<PRO_CACHE_CTRL_SPEC>> for R
§fn from(reader: R<PRO_CACHE_CTRL_SPEC>) -> R
fn from(reader: R<PRO_CACHE_CTRL_SPEC>) -> R
Converts to this type from the input type.