Struct esp32s3::rtcio::rtc_debug_sel::W
source · pub struct W(_);
Expand description
Register RTC_DEBUG_SEL
writer
Implementations
sourceimpl W
impl W
sourcepub fn rtc_debug_sel0(&mut self) -> RTC_DEBUG_SEL0_W<'_, 0>
pub fn rtc_debug_sel0(&mut self) -> RTC_DEBUG_SEL0_W<'_, 0>
Bits 0:4 - configure rtc debug
sourcepub fn rtc_debug_sel1(&mut self) -> RTC_DEBUG_SEL1_W<'_, 5>
pub fn rtc_debug_sel1(&mut self) -> RTC_DEBUG_SEL1_W<'_, 5>
Bits 5:9 - configure rtc debug
sourcepub fn rtc_debug_sel2(&mut self) -> RTC_DEBUG_SEL2_W<'_, 10>
pub fn rtc_debug_sel2(&mut self) -> RTC_DEBUG_SEL2_W<'_, 10>
Bits 10:14 - configure rtc debug
sourcepub fn rtc_debug_sel3(&mut self) -> RTC_DEBUG_SEL3_W<'_, 15>
pub fn rtc_debug_sel3(&mut self) -> RTC_DEBUG_SEL3_W<'_, 15>
Bits 15:19 - configure rtc debug
sourcepub fn rtc_debug_sel4(&mut self) -> RTC_DEBUG_SEL4_W<'_, 20>
pub fn rtc_debug_sel4(&mut self) -> RTC_DEBUG_SEL4_W<'_, 20>
Bits 20:24 - configure rtc debug
sourcepub fn rtc_debug_12m_no_gating(&mut self) -> RTC_DEBUG_12M_NO_GATING_W<'_, 25>
pub fn rtc_debug_12m_no_gating(&mut self) -> RTC_DEBUG_12M_NO_GATING_W<'_, 25>
Bit 25 - configure rtc debug
Methods from Deref<Target = W<RTC_DEBUG_SEL_SPEC>>
Trait Implementations
sourceimpl From<W<RTC_DEBUG_SEL_SPEC>> for W
impl From<W<RTC_DEBUG_SEL_SPEC>> for W
sourcefn from(writer: W<RTC_DEBUG_SEL_SPEC>) -> Self
fn from(writer: W<RTC_DEBUG_SEL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more