pub struct W(_);
Expand description
Register ICACHE_ATOMIC_OPERATE_ENA
writer
Implementations
sourceimpl W
impl W
sourcepub fn icache_atomic_operate_ena(
&mut self
) -> ICACHE_ATOMIC_OPERATE_ENA_W<'_, 0>
pub fn icache_atomic_operate_ena(
&mut self
) -> ICACHE_ATOMIC_OPERATE_ENA_W<'_, 0>
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 = W<ICACHE_ATOMIC_OPERATE_ENA_SPEC>>
Trait Implementations
sourceimpl From<W<ICACHE_ATOMIC_OPERATE_ENA_SPEC>> for W
impl From<W<ICACHE_ATOMIC_OPERATE_ENA_SPEC>> for W
sourcefn from(writer: W<ICACHE_ATOMIC_OPERATE_ENA_SPEC>) -> Self
fn from(writer: W<ICACHE_ATOMIC_OPERATE_ENA_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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