Struct esp32s3::extmem::cache_state::CACHE_STATE_SPEC
source · pub struct CACHE_STATE_SPEC;Expand description
******* Description ***********
This register you can read. See API.
For information about available fields see cache_state module
Trait Implementations
sourceimpl Readable for CACHE_STATE_SPEC
impl Readable for CACHE_STATE_SPEC
read() method returns cache_state::R reader structure
sourceimpl RegisterSpec for CACHE_STATE_SPEC
impl RegisterSpec for CACHE_STATE_SPEC
sourceimpl Resettable for CACHE_STATE_SPEC
impl Resettable for CACHE_STATE_SPEC
reset() method sets CACHE_STATE to value 0
sourcefn 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