Struct esp32c3::rtc_cntl::dbg_sar_sel::W
source · pub struct W(_);Expand description
Register DBG_SAR_SEL writer
Implementations
sourceimpl W
impl W
sourcepub fn sar_debug_sel(&mut self) -> SAR_DEBUG_SEL_W<'_, 27>
pub fn sar_debug_sel(&mut self) -> SAR_DEBUG_SEL_W<'_, 27>
Bits 27:31 - use for debug
Methods from Deref<Target = W<DBG_SAR_SEL_SPEC>>
Trait Implementations
sourceimpl From<W<DBG_SAR_SEL_SPEC>> for W
impl From<W<DBG_SAR_SEL_SPEC>> for W
sourcefn from(writer: W<DBG_SAR_SEL_SPEC>) -> Self
fn from(writer: W<DBG_SAR_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