Struct esp32s3_hal::pac::system::core_1_control_0::W
pub struct W(_);
Expand description
Register CORE_1_CONTROL_0
writer
Implementations§
§impl W
impl W
pub fn control_core_1_runstall(
&mut self
) -> BitWriterRaw<'_, u32, CORE_1_CONTROL_0_SPEC, bool, BitM, 0>
pub fn control_core_1_runstall(
&mut self
) -> BitWriterRaw<'_, u32, CORE_1_CONTROL_0_SPEC, bool, BitM, 0>
Bit 0 - Set 1 to stall core1
pub fn control_core_1_clkgate_en(
&mut self
) -> BitWriterRaw<'_, u32, CORE_1_CONTROL_0_SPEC, bool, BitM, 1>
pub fn control_core_1_clkgate_en(
&mut self
) -> BitWriterRaw<'_, u32, CORE_1_CONTROL_0_SPEC, bool, BitM, 1>
Bit 1 - Set 1 to open core1 clock
pub fn control_core_1_reseting(
&mut self
) -> BitWriterRaw<'_, u32, CORE_1_CONTROL_0_SPEC, bool, BitM, 2>
pub fn control_core_1_reseting(
&mut self
) -> BitWriterRaw<'_, u32, CORE_1_CONTROL_0_SPEC, bool, BitM, 2>
Bit 2 - Set 1 to let core1 reset
Methods from Deref<Target = W<CORE_1_CONTROL_0_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<CORE_1_CONTROL_0_SPEC>> for W
impl From<W<CORE_1_CONTROL_0_SPEC>> for W
§fn from(writer: W<CORE_1_CONTROL_0_SPEC>) -> W
fn from(writer: W<CORE_1_CONTROL_0_SPEC>) -> W
Converts to this type from the input type.