Struct esp32s3_hal::pac::rtc_cntl::ulp_cp_timer::W
pub struct W(_);
Expand description
Register ULP_CP_TIMER
writer
Implementations§
§impl W
impl W
pub fn ulp_cp_pc_init(
&mut self
) -> FieldWriterRaw<'_, u32, ULP_CP_TIMER_SPEC, u16, u16, Unsafe, 11, 0>
pub fn ulp_cp_pc_init(
&mut self
) -> FieldWriterRaw<'_, u32, ULP_CP_TIMER_SPEC, u16, u16, Unsafe, 11, 0>
Bits 0:10 - ULP-coprocessor PC initial address
pub fn ulp_cp_gpio_wakeup_ena(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_TIMER_SPEC, bool, BitM, 29>
pub fn ulp_cp_gpio_wakeup_ena(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_TIMER_SPEC, bool, BitM, 29>
Bit 29 - ULP-coprocessor wakeup by GPIO enable
pub fn ulp_cp_gpio_wakeup_clr(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_TIMER_SPEC, bool, BitM, 30>
pub fn ulp_cp_gpio_wakeup_clr(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_TIMER_SPEC, bool, BitM, 30>
Bit 30 - ULP-coprocessor wakeup by GPIO state clear
pub fn ulp_cp_slp_timer_en(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_TIMER_SPEC, bool, BitM, 31>
pub fn ulp_cp_slp_timer_en(
&mut self
) -> BitWriterRaw<'_, u32, ULP_CP_TIMER_SPEC, bool, BitM, 31>
Bit 31 - ULP-coprocessor timer enable bit
Methods from Deref<Target = W<ULP_CP_TIMER_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_TIMER_SPEC>> for W
impl From<W<ULP_CP_TIMER_SPEC>> for W
§fn from(writer: W<ULP_CP_TIMER_SPEC>) -> W
fn from(writer: W<ULP_CP_TIMER_SPEC>) -> W
Converts to this type from the input type.