Struct esp32s3::extmem::icache_ctrl1::W
source · pub struct W(_);
Expand description
Register ICACHE_CTRL1
writer
Implementations
sourceimpl W
impl W
sourcepub fn icache_shut_core0_bus(&mut self) -> ICACHE_SHUT_CORE0_BUS_W<'_, 0>
pub fn icache_shut_core0_bus(&mut self) -> ICACHE_SHUT_CORE0_BUS_W<'_, 0>
Bit 0 - The bit is used to disable core0 ibus, 0: enable, 1: disable
sourcepub fn icache_shut_core1_bus(&mut self) -> ICACHE_SHUT_CORE1_BUS_W<'_, 1>
pub fn icache_shut_core1_bus(&mut self) -> ICACHE_SHUT_CORE1_BUS_W<'_, 1>
Bit 1 - The bit is used to disable core1 ibus, 0: enable, 1: disable
Methods from Deref<Target = W<ICACHE_CTRL1_SPEC>>
Trait Implementations
sourceimpl From<W<ICACHE_CTRL1_SPEC>> for W
impl From<W<ICACHE_CTRL1_SPEC>> for W
sourcefn from(writer: W<ICACHE_CTRL1_SPEC>) -> Self
fn from(writer: W<ICACHE_CTRL1_SPEC>) -> Self
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