pub struct R(_);
Expand description
Register RTC_DEBUG_SEL
reader
Implementations
sourceimpl 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
sourceimpl From<R<RTC_DEBUG_SEL_SPEC>> for R
impl From<R<RTC_DEBUG_SEL_SPEC>> for R
sourcefn from(reader: R<RTC_DEBUG_SEL_SPEC>) -> Self
fn from(reader: R<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