pub struct W(_);
Expand description
Register ICACHE_PRELOCK_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn icache_prelock_sct0_en(&mut self) -> ICACHE_PRELOCK_SCT0_EN_W<'_>
pub fn icache_prelock_sct0_en(&mut self) -> ICACHE_PRELOCK_SCT0_EN_W<'_>
Bit 0 - The bit is used to enable the first section of prelock function.
sourcepub fn icache_prelock_sct1_en(&mut self) -> ICACHE_PRELOCK_SCT1_EN_W<'_>
pub fn icache_prelock_sct1_en(&mut self) -> ICACHE_PRELOCK_SCT1_EN_W<'_>
Bit 1 - The bit is used to enable the second section of prelock function.
Methods from Deref<Target = W<ICACHE_PRELOCK_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<ICACHE_PRELOCK_CTRL_SPEC>> for W
impl From<W<ICACHE_PRELOCK_CTRL_SPEC>> for W
sourcefn from(writer: W<ICACHE_PRELOCK_CTRL_SPEC>) -> Self
fn from(writer: W<ICACHE_PRELOCK_CTRL_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