Struct esp32c2_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_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 - Need add desc
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.