Struct esp32_hal::pac::rtc_cntl::sw_cpu_stall::W
pub struct W(_);
Expand description
Register SW_CPU_STALL
writer
Implementations§
§impl W
impl W
pub fn sw_stall_appcpu_c1(
&mut self
) -> FieldWriterRaw<'_, u32, SW_CPU_STALL_SPEC, u8, u8, Unsafe, 6, 20>
pub fn sw_stall_appcpu_c1(
&mut self
) -> FieldWriterRaw<'_, u32, SW_CPU_STALL_SPEC, u8, u8, Unsafe, 6, 20>
Bits 20:25 - {reg_sw_stall_appcpu_c1[5:0] reg_sw_stall_appcpu_c0[1:0]} == 0x86 will stall APP CPU
pub fn sw_stall_procpu_c1(
&mut self
) -> FieldWriterRaw<'_, u32, SW_CPU_STALL_SPEC, u8, u8, Unsafe, 6, 26>
pub fn sw_stall_procpu_c1(
&mut self
) -> FieldWriterRaw<'_, u32, SW_CPU_STALL_SPEC, u8, u8, Unsafe, 6, 26>
Bits 26:31 - {reg_sw_stall_procpu_c1[5:0] reg_sw_stall_procpu_c0[1:0]} == 0x86 will stall PRO CPU
Methods from Deref<Target = W<SW_CPU_STALL_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<SW_CPU_STALL_SPEC>> for W
impl From<W<SW_CPU_STALL_SPEC>> for W
§fn from(writer: W<SW_CPU_STALL_SPEC>) -> W
fn from(writer: W<SW_CPU_STALL_SPEC>) -> W
Converts to this type from the input type.