Struct esp32c3::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.
Auto Trait Implementations§
impl RefUnwindSafe for CACHE_STATE_SPEC
impl Send for CACHE_STATE_SPEC
impl Sync for CACHE_STATE_SPEC
impl Unpin for CACHE_STATE_SPEC
impl UnwindSafe for CACHE_STATE_SPEC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more