Struct esp32s3_hal::pac::rtc_cntl::timer4::W
pub struct W(_);
Expand description
Register TIMER4
writer
Implementations§
§impl W
impl W
pub fn wait_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER4_SPEC, u16, u16, Unsafe, 9, 0>
pub fn wait_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER4_SPEC, u16, u16, Unsafe, 9, 0>
Bits 0:8 - No public
pub fn powerup_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER4_SPEC, u8, u8, Unsafe, 7, 9>
pub fn powerup_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER4_SPEC, u8, u8, Unsafe, 7, 9>
Bits 9:15 - No public
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 - No public
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 - No public
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.