Struct esp32_hal::pac::timg0::rtccalicfg::W
pub struct W(_);
Expand description
Register RTCCALICFG
writer
Implementations§
§impl W
impl W
pub fn rtc_cali_start_cycling(
&mut self
) -> BitWriterRaw<'_, u32, RTCCALICFG_SPEC, bool, BitM, 12>
pub fn rtc_cali_start_cycling(
&mut self
) -> BitWriterRaw<'_, u32, RTCCALICFG_SPEC, bool, BitM, 12>
Bit 12
pub fn rtc_cali_clk_sel(
&mut self
) -> FieldWriterRaw<'_, u32, RTCCALICFG_SPEC, u8, u8, Unsafe, 2, 13>
pub fn rtc_cali_clk_sel(
&mut self
) -> FieldWriterRaw<'_, u32, RTCCALICFG_SPEC, u8, u8, Unsafe, 2, 13>
Bits 13:14
pub fn rtc_cali_max(
&mut self
) -> FieldWriterRaw<'_, u32, RTCCALICFG_SPEC, u16, u16, Unsafe, 15, 16>
pub fn rtc_cali_max(
&mut self
) -> FieldWriterRaw<'_, u32, RTCCALICFG_SPEC, u16, u16, Unsafe, 15, 16>
Bits 16:30
pub fn rtc_cali_start(
&mut self
) -> BitWriterRaw<'_, u32, RTCCALICFG_SPEC, bool, BitM, 31>
pub fn rtc_cali_start(
&mut self
) -> BitWriterRaw<'_, u32, RTCCALICFG_SPEC, bool, BitM, 31>
Bit 31
Methods from Deref<Target = W<RTCCALICFG_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<RTCCALICFG_SPEC>> for W
impl From<W<RTCCALICFG_SPEC>> for W
§fn from(writer: W<RTCCALICFG_SPEC>) -> W
fn from(writer: W<RTCCALICFG_SPEC>) -> W
Converts to this type from the input type.