Struct esp32c2_hal::pac::extmem::icache_ctrl1::R
pub struct R(_);
Expand description
Register ICACHE_CTRL1
reader
Implementations§
§impl R
impl R
pub fn icache_shut_ibus(&self) -> BitReaderRaw<bool>
pub fn icache_shut_ibus(&self) -> BitReaderRaw<bool>
Bit 0 - The bit is used to disable core0 ibus, 0: enable, 1: disable
pub fn icache_shut_dbus(&self) -> BitReaderRaw<bool>
pub fn icache_shut_dbus(&self) -> BitReaderRaw<bool>
Bit 1 - The bit is used to disable core1 ibus, 0: enable, 1: disable
Methods from Deref<Target = R<ICACHE_CTRL1_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_CTRL1_SPEC>> for R
impl From<R<ICACHE_CTRL1_SPEC>> for R
§fn from(reader: R<ICACHE_CTRL1_SPEC>) -> R
fn from(reader: R<ICACHE_CTRL1_SPEC>) -> R
Converts to this type from the input type.