Struct esp32c2::extmem::cache_state::CACHE_STATE_SPEC
source · pub struct CACHE_STATE_SPEC;Expand description
This description will be updated in the near future.
This register you can read. See API.
For information about available fields see cache_state module
Trait Implementations§
source§impl Readable for CACHE_STATE_SPEC
impl Readable for CACHE_STATE_SPEC
read() method returns cache_state::R reader structure
source§impl RegisterSpec for CACHE_STATE_SPEC
impl RegisterSpec for CACHE_STATE_SPEC
source§impl Resettable for CACHE_STATE_SPEC
impl Resettable for CACHE_STATE_SPEC
reset() method sets CACHE_STATE to value 0x01
source§const RESET_VALUE: Self::Ux = {transmute(0x00000001): <extmem::cache_state::CACHE_STATE_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000001): <extmem::cache_state::CACHE_STATE_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.