Struct esp32s3_hal::pac::rtc_cntl::timer6::W
pub struct W(_);
Expand description
Register TIMER6
writer
Implementations§
§impl W
impl W
pub fn cpu_top_wait_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER6_SPEC, u16, u16, Unsafe, 9, 0>
pub fn cpu_top_wait_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER6_SPEC, u16, u16, Unsafe, 9, 0>
Bits 0:8 - No public
pub fn cpu_top_powerup_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER6_SPEC, u8, u8, Unsafe, 7, 9>
pub fn cpu_top_powerup_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER6_SPEC, u8, u8, Unsafe, 7, 9>
Bits 9:15 - No public
pub fn dg_peri_wait_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER6_SPEC, u16, u16, Unsafe, 9, 16>
pub fn dg_peri_wait_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER6_SPEC, u16, u16, Unsafe, 9, 16>
Bits 16:24 - No public
pub fn dg_peri_powerup_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER6_SPEC, u8, u8, Unsafe, 7, 25>
pub fn dg_peri_powerup_timer(
&mut self
) -> FieldWriterRaw<'_, u32, TIMER6_SPEC, u8, u8, Unsafe, 7, 25>
Bits 25:31 - No public
Methods from Deref<Target = W<TIMER6_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<TIMER6_SPEC>> for W
impl From<W<TIMER6_SPEC>> for W
§fn from(writer: W<TIMER6_SPEC>) -> W
fn from(writer: W<TIMER6_SPEC>) -> W
Converts to this type from the input type.