pub struct W(_);
Expand description
Register DT2_CFG
writer
Implementations§
source§impl W
impl W
sourcepub fn dt2_fed_upmethod(&mut self) -> DT2_FED_UPMETHOD_W<'_, 0>
pub fn dt2_fed_upmethod(&mut self) -> DT2_FED_UPMETHOD_W<'_, 0>
Bits 0:3
sourcepub fn dt2_red_upmethod(&mut self) -> DT2_RED_UPMETHOD_W<'_, 4>
pub fn dt2_red_upmethod(&mut self) -> DT2_RED_UPMETHOD_W<'_, 4>
Bits 4:7
sourcepub fn dt2_deb_mode(&mut self) -> DT2_DEB_MODE_W<'_, 8>
pub fn dt2_deb_mode(&mut self) -> DT2_DEB_MODE_W<'_, 8>
Bit 8
sourcepub fn dt2_a_outswap(&mut self) -> DT2_A_OUTSWAP_W<'_, 9>
pub fn dt2_a_outswap(&mut self) -> DT2_A_OUTSWAP_W<'_, 9>
Bit 9
sourcepub fn dt2_b_outswap(&mut self) -> DT2_B_OUTSWAP_W<'_, 10>
pub fn dt2_b_outswap(&mut self) -> DT2_B_OUTSWAP_W<'_, 10>
Bit 10
sourcepub fn dt2_red_insel(&mut self) -> DT2_RED_INSEL_W<'_, 11>
pub fn dt2_red_insel(&mut self) -> DT2_RED_INSEL_W<'_, 11>
Bit 11
sourcepub fn dt2_fed_insel(&mut self) -> DT2_FED_INSEL_W<'_, 12>
pub fn dt2_fed_insel(&mut self) -> DT2_FED_INSEL_W<'_, 12>
Bit 12
sourcepub fn dt2_red_outinvert(&mut self) -> DT2_RED_OUTINVERT_W<'_, 13>
pub fn dt2_red_outinvert(&mut self) -> DT2_RED_OUTINVERT_W<'_, 13>
Bit 13
sourcepub fn dt2_fed_outinvert(&mut self) -> DT2_FED_OUTINVERT_W<'_, 14>
pub fn dt2_fed_outinvert(&mut self) -> DT2_FED_OUTINVERT_W<'_, 14>
Bit 14
sourcepub fn dt2_a_outbypass(&mut self) -> DT2_A_OUTBYPASS_W<'_, 15>
pub fn dt2_a_outbypass(&mut self) -> DT2_A_OUTBYPASS_W<'_, 15>
Bit 15
sourcepub fn dt2_b_outbypass(&mut self) -> DT2_B_OUTBYPASS_W<'_, 16>
pub fn dt2_b_outbypass(&mut self) -> DT2_B_OUTBYPASS_W<'_, 16>
Bit 16
sourcepub fn dt2_clk_sel(&mut self) -> DT2_CLK_SEL_W<'_, 17>
pub fn dt2_clk_sel(&mut self) -> DT2_CLK_SEL_W<'_, 17>
Bit 17
Methods from Deref<Target = W<DT2_CFG_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