Struct esp32s3_hal::pac::rtcio::rtc_debug_sel::W
pub struct W(_);
Expand description
Register RTC_DEBUG_SEL
writer
Implementations§
§impl W
impl W
pub fn rtc_debug_sel0(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 0>
pub fn rtc_debug_sel0(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 0>
Bits 0:4 - configure rtc debug
pub fn rtc_debug_sel1(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 5>
pub fn rtc_debug_sel1(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 5>
Bits 5:9 - configure rtc debug
pub fn rtc_debug_sel2(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 10>
pub fn rtc_debug_sel2(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 10>
Bits 10:14 - configure rtc debug
pub fn rtc_debug_sel3(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 15>
pub fn rtc_debug_sel3(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 15>
Bits 15:19 - configure rtc debug
pub fn rtc_debug_sel4(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 20>
pub fn rtc_debug_sel4(
&mut self
) -> FieldWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, u8, u8, Unsafe, 5, 20>
Bits 20:24 - configure rtc debug
pub fn rtc_debug_12m_no_gating(
&mut self
) -> BitWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, bool, BitM, 25>
pub fn rtc_debug_12m_no_gating(
&mut self
) -> BitWriterRaw<'_, u32, RTC_DEBUG_SEL_SPEC, bool, BitM, 25>
Bit 25 - configure rtc debug
Methods from Deref<Target = W<RTC_DEBUG_SEL_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<RTC_DEBUG_SEL_SPEC>> for W
impl From<W<RTC_DEBUG_SEL_SPEC>> for W
§fn from(writer: W<RTC_DEBUG_SEL_SPEC>) -> W
fn from(writer: W<RTC_DEBUG_SEL_SPEC>) -> W
Converts to this type from the input type.