Struct esp32c2_hal::pac::extmem::icache_atomic_operate_ena::R
pub struct R(_);
Expand description
Register ICACHE_ATOMIC_OPERATE_ENA
reader
Implementations
impl R
impl R
pub fn icache_atomic_operate_ena(&self) -> BitReaderRaw<bool>
pub fn icache_atomic_operate_ena(&self) -> BitReaderRaw<bool>
Bit 0 - The bit is used to activate icache atomic operation protection. In this case, sync/lock operation can not interrupt miss-work. This feature does not work during invalidateAll operation.
Methods from Deref<Target = R<ICACHE_ATOMIC_OPERATE_ENA_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_ATOMIC_OPERATE_ENA_SPEC>> for R
impl From<R<ICACHE_ATOMIC_OPERATE_ENA_SPEC>> for R
fn from(reader: R<ICACHE_ATOMIC_OPERATE_ENA_SPEC>) -> R
fn from(reader: R<ICACHE_ATOMIC_OPERATE_ENA_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
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