Struct esp32c6::lp_io::debug_sel0::W
source · pub struct W(_);
Expand description
Register DEBUG_SEL0
writer
Implementations§
source§impl W
impl W
sourcepub fn lp_debug_sel0(&mut self) -> LP_DEBUG_SEL0_W<'_, 0>
pub fn lp_debug_sel0(&mut self) -> LP_DEBUG_SEL0_W<'_, 0>
Bits 0:6 - need des
sourcepub fn lp_debug_sel1(&mut self) -> LP_DEBUG_SEL1_W<'_, 7>
pub fn lp_debug_sel1(&mut self) -> LP_DEBUG_SEL1_W<'_, 7>
Bits 7:13 - need des
sourcepub fn lp_debug_sel2(&mut self) -> LP_DEBUG_SEL2_W<'_, 14>
pub fn lp_debug_sel2(&mut self) -> LP_DEBUG_SEL2_W<'_, 14>
Bits 14:20 - need des
sourcepub fn lp_debug_sel3(&mut self) -> LP_DEBUG_SEL3_W<'_, 21>
pub fn lp_debug_sel3(&mut self) -> LP_DEBUG_SEL3_W<'_, 21>
Bits 21:27 - need des
Methods from Deref<Target = W<DEBUG_SEL0_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