Struct esp32c2_hal::pac::rtc_cntl::timer4::W
pub struct W(_);
Expand description
Register TIMER4
writer
Implementations§
§impl W
impl W
pub fn dg_wrap_wait_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER4_SPEC, u16, u16, Unsafe, 9, 16>
pub fn dg_wrap_wait_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER4_SPEC, u16, u16, Unsafe, 9, 16>
Bits 16:24 - Need add desc
pub fn dg_wrap_powerup_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER4_SPEC, u8, u8, Unsafe, 7, 25>
pub fn dg_wrap_powerup_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER4_SPEC, u8, u8, Unsafe, 7, 25>
Bits 25:31 - Need add desc
Methods from Deref<Target = W<TIMER4_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<TIMER4_SPEC>> for W
impl From<W<TIMER4_SPEC>> for W
§fn from(writer: W<TIMER4_SPEC>) -> W
fn from(writer: W<TIMER4_SPEC>) -> W
Converts to this type from the input type.