Struct esp32s3::system::core_1_control_0::W
source · pub struct W(_);
Expand description
Register CORE_1_CONTROL_0
writer
Implementations
sourceimpl W
impl W
sourcepub fn control_core_1_runstall(&mut self) -> CONTROL_CORE_1_RUNSTALL_W<'_, 0>
pub fn control_core_1_runstall(&mut self) -> CONTROL_CORE_1_RUNSTALL_W<'_, 0>
Bit 0 - Set 1 to stall core1
sourcepub fn control_core_1_clkgate_en(
&mut self
) -> CONTROL_CORE_1_CLKGATE_EN_W<'_, 1>
pub fn control_core_1_clkgate_en(
&mut self
) -> CONTROL_CORE_1_CLKGATE_EN_W<'_, 1>
Bit 1 - Set 1 to open core1 clock
sourcepub fn control_core_1_reseting(&mut self) -> CONTROL_CORE_1_RESETING_W<'_, 2>
pub fn control_core_1_reseting(&mut self) -> CONTROL_CORE_1_RESETING_W<'_, 2>
Bit 2 - Set 1 to let core1 reset
Methods from Deref<Target = W<CORE_1_CONTROL_0_SPEC>>
Trait Implementations
sourceimpl From<W<CORE_1_CONTROL_0_SPEC>> for W
impl From<W<CORE_1_CONTROL_0_SPEC>> for W
sourcefn from(writer: W<CORE_1_CONTROL_0_SPEC>) -> Self
fn from(writer: W<CORE_1_CONTROL_0_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