pub struct W(_);Expand description
Register DBG_MAP writer
Implementations
sourceimpl W
impl W
sourcepub fn gpio_pin5_mux_sel(&mut self) -> GPIO_PIN5_MUX_SEL_W<'_, 2>
pub fn gpio_pin5_mux_sel(&mut self) -> GPIO_PIN5_MUX_SEL_W<'_, 2>
Bit 2 - use for debug
sourcepub fn gpio_pin4_mux_sel(&mut self) -> GPIO_PIN4_MUX_SEL_W<'_, 3>
pub fn gpio_pin4_mux_sel(&mut self) -> GPIO_PIN4_MUX_SEL_W<'_, 3>
Bit 3 - use for debug
sourcepub fn gpio_pin3_mux_sel(&mut self) -> GPIO_PIN3_MUX_SEL_W<'_, 4>
pub fn gpio_pin3_mux_sel(&mut self) -> GPIO_PIN3_MUX_SEL_W<'_, 4>
Bit 4 - use for debug
sourcepub fn gpio_pin2_mux_sel(&mut self) -> GPIO_PIN2_MUX_SEL_W<'_, 5>
pub fn gpio_pin2_mux_sel(&mut self) -> GPIO_PIN2_MUX_SEL_W<'_, 5>
Bit 5 - use for debug
sourcepub fn gpio_pin1_mux_sel(&mut self) -> GPIO_PIN1_MUX_SEL_W<'_, 6>
pub fn gpio_pin1_mux_sel(&mut self) -> GPIO_PIN1_MUX_SEL_W<'_, 6>
Bit 6 - use for debug
sourcepub fn gpio_pin0_mux_sel(&mut self) -> GPIO_PIN0_MUX_SEL_W<'_, 7>
pub fn gpio_pin0_mux_sel(&mut self) -> GPIO_PIN0_MUX_SEL_W<'_, 7>
Bit 7 - use for debug
sourcepub fn gpio_pin5_fun_sel(&mut self) -> GPIO_PIN5_FUN_SEL_W<'_, 8>
pub fn gpio_pin5_fun_sel(&mut self) -> GPIO_PIN5_FUN_SEL_W<'_, 8>
Bits 8:11 - use for debug
sourcepub fn gpio_pin4_fun_sel(&mut self) -> GPIO_PIN4_FUN_SEL_W<'_, 12>
pub fn gpio_pin4_fun_sel(&mut self) -> GPIO_PIN4_FUN_SEL_W<'_, 12>
Bits 12:15 - use for debug
sourcepub fn gpio_pin3_fun_sel(&mut self) -> GPIO_PIN3_FUN_SEL_W<'_, 16>
pub fn gpio_pin3_fun_sel(&mut self) -> GPIO_PIN3_FUN_SEL_W<'_, 16>
Bits 16:19 - use for debug
sourcepub fn gpio_pin2_fun_sel(&mut self) -> GPIO_PIN2_FUN_SEL_W<'_, 20>
pub fn gpio_pin2_fun_sel(&mut self) -> GPIO_PIN2_FUN_SEL_W<'_, 20>
Bits 20:23 - use for debug
sourcepub fn gpio_pin1_fun_sel(&mut self) -> GPIO_PIN1_FUN_SEL_W<'_, 24>
pub fn gpio_pin1_fun_sel(&mut self) -> GPIO_PIN1_FUN_SEL_W<'_, 24>
Bits 24:27 - use for debug
sourcepub fn gpio_pin0_fun_sel(&mut self) -> GPIO_PIN0_FUN_SEL_W<'_, 28>
pub fn gpio_pin0_fun_sel(&mut self) -> GPIO_PIN0_FUN_SEL_W<'_, 28>
Bits 28:31 - use for debug
Methods from Deref<Target = W<DBG_MAP_SPEC>>
Trait Implementations
sourceimpl From<W<DBG_MAP_SPEC>> for W
impl From<W<DBG_MAP_SPEC>> for W
sourcefn from(writer: W<DBG_MAP_SPEC>) -> Self
fn from(writer: W<DBG_MAP_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