Struct esp32c2_hal::pac::extmem::cache_state::CACHE_STATE_SPEC
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
impl Readable for CACHE_STATE_SPEC
impl Readable for CACHE_STATE_SPEC
read()
method returns cache_state::R reader structure
impl RegisterSpec for CACHE_STATE_SPEC
impl RegisterSpec for CACHE_STATE_SPEC
impl Resettable for CACHE_STATE_SPEC
impl Resettable for CACHE_STATE_SPEC
reset()
method sets CACHE_STATE to value 0x01
const RESET_VALUE: <CACHE_STATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::extmem::cache_state::CACHE_STATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
const RESET_VALUE: <CACHE_STATE_SPEC as RegisterSpec>::Ux = {transmute(0x00000001): <esp_hal_common::esp32c2::extmem::cache_state::CACHE_STATE_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
Reset value of the register.
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more