Struct esp32_hal::pac::dport::app_dcache_dbug2::R
pub struct R(_);
Expand description
Register APP_DCACHE_DBUG2
reader
Implementations§
§impl R
impl R
pub fn app_cache_vaddr(&self) -> FieldReaderRaw<u32, u32>
pub fn app_cache_vaddr(&self) -> FieldReaderRaw<u32, u32>
Bits 0:26
Methods from Deref<Target = R<APP_DCACHE_DBUG2_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_DBUG2_SPEC>> for R
impl From<R<APP_DCACHE_DBUG2_SPEC>> for R
§fn from(reader: R<APP_DCACHE_DBUG2_SPEC>) -> R
fn from(reader: R<APP_DCACHE_DBUG2_SPEC>) -> R
Converts to this type from the input type.