Struct esp32_hal::pac::dport::app_dcache_dbug0::R
pub struct R(_);
Expand description
Register APP_DCACHE_DBUG0
reader
Implementations§
§impl R
impl R
pub fn app_slave_wdata(&self) -> BitReaderRaw<bool>
pub fn app_slave_wdata(&self) -> BitReaderRaw<bool>
Bit 0
pub fn app_cache_mmu_ia(&self) -> BitReaderRaw<bool>
pub fn app_cache_mmu_ia(&self) -> BitReaderRaw<bool>
Bit 0
pub fn app_cache_ia(&self) -> FieldReaderRaw<u8, u8>
pub fn app_cache_ia(&self) -> FieldReaderRaw<u8, u8>
Bits 1:6
pub fn app_cache_state(&self) -> FieldReaderRaw<u16, u16>
pub fn app_cache_state(&self) -> FieldReaderRaw<u16, u16>
Bits 7:18
pub fn app_wr_bak_to_read(&self) -> BitReaderRaw<bool>
pub fn app_wr_bak_to_read(&self) -> BitReaderRaw<bool>
Bit 19
pub fn app_tx_end(&self) -> BitReaderRaw<bool>
pub fn app_tx_end(&self) -> BitReaderRaw<bool>
Bit 20
pub fn app_slave_wr(&self) -> BitReaderRaw<bool>
pub fn app_slave_wr(&self) -> BitReaderRaw<bool>
Bit 21
pub fn app_slave_wdata_v(&self) -> BitReaderRaw<bool>
pub fn app_slave_wdata_v(&self) -> BitReaderRaw<bool>
Bit 22
pub fn app_rx_end(&self) -> BitReaderRaw<bool>
pub fn app_rx_end(&self) -> BitReaderRaw<bool>
Bit 23
Methods from Deref<Target = R<APP_DCACHE_DBUG0_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_DCACHE_DBUG0_SPEC>> for R
impl From<R<APP_DCACHE_DBUG0_SPEC>> for R
§fn from(reader: R<APP_DCACHE_DBUG0_SPEC>) -> R
fn from(reader: R<APP_DCACHE_DBUG0_SPEC>) -> R
Converts to this type from the input type.