Struct esp32c2_hal::pac::extmem::icache_ctrl::R
pub struct R(_);
Expand description
Register ICACHE_CTRL
reader
Implementations§
§impl R
impl R
pub fn icache_enable(&self) -> BitReaderRaw<bool>
pub fn icache_enable(&self) -> BitReaderRaw<bool>
Bit 0 - The bit is used to activate the data cache. 0: disable, 1: enable
Methods from Deref<Target = R<ICACHE_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<ICACHE_CTRL_SPEC>> for R
impl From<R<ICACHE_CTRL_SPEC>> for R
§fn from(reader: R<ICACHE_CTRL_SPEC>) -> R
fn from(reader: R<ICACHE_CTRL_SPEC>) -> R
Converts to this type from the input type.