pub struct W(_);Expand description
Register ICACHE_CTRL1 writer
Implementations
sourceimpl W
impl W
sourcepub fn icache_shut_ibus(&mut self) -> ICACHE_SHUT_IBUS_W<'_>
pub fn icache_shut_ibus(&mut self) -> ICACHE_SHUT_IBUS_W<'_>
Bit 0 - The bit is used to disable core0 ibus, 0: enable, 1: disable
sourcepub fn icache_shut_dbus(&mut self) -> ICACHE_SHUT_DBUS_W<'_>
pub fn icache_shut_dbus(&mut self) -> ICACHE_SHUT_DBUS_W<'_>
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 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