[][src]Struct esp32::dport::pro_dcache_dbug0::R

pub struct R(_);

Register PRO_DCACHE_DBUG0 reader

Implementations

impl R[src]

pub fn pro_rx_end(&self) -> PRO_RX_END_R[src]

Bit 23

pub fn pro_slave_wdata_v(&self) -> PRO_SLAVE_WDATA_V_R[src]

Bit 22

pub fn pro_slave_wr(&self) -> PRO_SLAVE_WR_R[src]

Bit 21

pub fn pro_tx_end(&self) -> PRO_TX_END_R[src]

Bit 20

pub fn pro_wr_bak_to_read(&self) -> PRO_WR_BAK_TO_READ_R[src]

Bit 19

pub fn pro_cache_state(&self) -> PRO_CACHE_STATE_R[src]

Bits 7:18

pub fn pro_cache_ia(&self) -> PRO_CACHE_IA_R[src]

Bits 1:6

pub fn pro_cache_mmu_ia(&self) -> PRO_CACHE_MMU_IA_R[src]

Bit 0

Methods from Deref<Target = R<PRO_DCACHE_DBUG0_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<PRO_DCACHE_DBUG0_SPEC>

The resulting type after dereferencing.

impl From<R<PRO_DCACHE_DBUG0_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.