Struct esp32::rtc_io::rtc_debug_sel::R
source · pub struct R(_);
Expand description
Register RTC_DEBUG_SEL
reader
Implementations§
source§impl R
impl R
sourcepub fn debug_sel0(&self) -> DEBUG_SEL0_R
pub fn debug_sel0(&self) -> DEBUG_SEL0_R
Bits 0:4
sourcepub fn debug_sel1(&self) -> DEBUG_SEL1_R
pub fn debug_sel1(&self) -> DEBUG_SEL1_R
Bits 5:9
sourcepub fn debug_sel2(&self) -> DEBUG_SEL2_R
pub fn debug_sel2(&self) -> DEBUG_SEL2_R
Bits 10:14
sourcepub fn debug_sel3(&self) -> DEBUG_SEL3_R
pub fn debug_sel3(&self) -> DEBUG_SEL3_R
Bits 15:19
sourcepub fn debug_sel4(&self) -> DEBUG_SEL4_R
pub fn debug_sel4(&self) -> DEBUG_SEL4_R
Bits 20:24
sourcepub fn debug_12m_no_gating(&self) -> DEBUG_12M_NO_GATING_R
pub fn debug_12m_no_gating(&self) -> DEBUG_12M_NO_GATING_R
Bit 25
Methods from Deref<Target = R<RTC_DEBUG_SEL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more