Struct esp32_hal::pac::dport::app_cache_ctrl::R
pub struct R(_);
Expand description
Register APP_CACHE_CTRL
reader
Implementations§
§impl R
impl R
pub fn app_cache_mode(&self) -> BitReaderRaw<bool>
pub fn app_cache_mode(&self) -> BitReaderRaw<bool>
Bit 2
pub fn app_cache_enable(&self) -> BitReaderRaw<bool>
pub fn app_cache_enable(&self) -> BitReaderRaw<bool>
Bit 3
pub fn app_cache_flush_ena(&self) -> BitReaderRaw<bool>
pub fn app_cache_flush_ena(&self) -> BitReaderRaw<bool>
Bit 4
pub fn app_cache_flush_done(&self) -> BitReaderRaw<bool>
pub fn app_cache_flush_done(&self) -> BitReaderRaw<bool>
Bit 5
pub fn app_cache_lock_0_en(&self) -> BitReaderRaw<bool>
pub fn app_cache_lock_0_en(&self) -> BitReaderRaw<bool>
Bit 6
pub fn app_cache_lock_1_en(&self) -> BitReaderRaw<bool>
pub fn app_cache_lock_1_en(&self) -> BitReaderRaw<bool>
Bit 7
pub fn app_cache_lock_2_en(&self) -> BitReaderRaw<bool>
pub fn app_cache_lock_2_en(&self) -> BitReaderRaw<bool>
Bit 8
pub fn app_cache_lock_3_en(&self) -> BitReaderRaw<bool>
pub fn app_cache_lock_3_en(&self) -> BitReaderRaw<bool>
Bit 9
pub fn app_single_iram_ena(&self) -> BitReaderRaw<bool>
pub fn app_single_iram_ena(&self) -> BitReaderRaw<bool>
Bit 10
pub fn app_dram_split(&self) -> BitReaderRaw<bool>
pub fn app_dram_split(&self) -> BitReaderRaw<bool>
Bit 11
pub fn app_ahb_spi_req(&self) -> BitReaderRaw<bool>
pub fn app_ahb_spi_req(&self) -> BitReaderRaw<bool>
Bit 12
pub fn app_slave_req(&self) -> BitReaderRaw<bool>
pub fn app_slave_req(&self) -> BitReaderRaw<bool>
Bit 13
pub fn app_dram_hl(&self) -> BitReaderRaw<bool>
pub fn app_dram_hl(&self) -> BitReaderRaw<bool>
Bit 14
Methods from Deref<Target = R<APP_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<APP_CACHE_CTRL_SPEC>> for R
impl From<R<APP_CACHE_CTRL_SPEC>> for R
§fn from(reader: R<APP_CACHE_CTRL_SPEC>) -> R
fn from(reader: R<APP_CACHE_CTRL_SPEC>) -> R
Converts to this type from the input type.