Struct esp32s3_hal::pac::rtc_cntl::ulp_cp_ctrl::W
pub struct W(_);
Expand description
Register ULP_CP_CTRL
writer
Implementations§
§impl W
impl W
pub fn ulp_cp_mem_addr_init(
&mut self
) -> FieldWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, u16, u16, Unsafe, 11, 0>
pub fn ulp_cp_mem_addr_init(
&mut self
) -> FieldWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, u16, u16, Unsafe, 11, 0>
Bits 0:10 - No public
pub fn ulp_cp_mem_addr_size(
&mut self
) -> FieldWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, u16, u16, Unsafe, 11, 11>
pub fn ulp_cp_mem_addr_size(
&mut self
) -> FieldWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, u16, u16, Unsafe, 11, 11>
Bits 11:21 - No public
pub fn ulp_cp_mem_offst_clr(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 22>
pub fn ulp_cp_mem_offst_clr(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 22>
Bit 22 - No public
pub fn ulp_cp_clk_fo(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 28>
pub fn ulp_cp_clk_fo(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 28>
Bit 28 - ulp coprocessor clk force on
pub fn ulp_cp_reset(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 29>
pub fn ulp_cp_reset(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 29>
Bit 29 - ulp coprocessor clk software reset
pub fn ulp_cp_force_start_top(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 30>
pub fn ulp_cp_force_start_top(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 30>
Bit 30 - 1: ULP-coprocessor is started by SW
pub fn ulp_cp_start_top(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 31>
pub fn ulp_cp_start_top(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_CTRL_SPEC, bool, BitM, 31>
Bit 31 - Write 1 to start ULP-coprocessor
Methods from Deref<Target = W<ULP_CP_CTRL_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<ULP_CP_CTRL_SPEC>> for W
impl From<W<ULP_CP_CTRL_SPEC>> for W
§fn from(writer: W<ULP_CP_CTRL_SPEC>) -> W
fn from(writer: W<ULP_CP_CTRL_SPEC>) -> W
Converts to this type from the input type.