pub struct W(_);
Expand description
Register DB0_CFG
writer
Implementations
sourceimpl W
impl W
sourcepub fn db0_fed_upmethod(&mut self) -> DB0_FED_UPMETHOD_W<'_, 0>
pub fn db0_fed_upmethod(&mut self) -> DB0_FED_UPMETHOD_W<'_, 0>
Bits 0:3 - Update method for FED (falling edge delay) active register. 0: immediate, bit0: tez, bit1: tep, bit2: sync, bit3: freeze
sourcepub fn db0_red_upmethod(&mut self) -> DB0_RED_UPMETHOD_W<'_, 4>
pub fn db0_red_upmethod(&mut self) -> DB0_RED_UPMETHOD_W<'_, 4>
Bits 4:7 - Update method for RED (rising edge delay) active register. 0: immediate, bit0: tez, bit1: tep, bit2: sync, bit3: freeze
sourcepub fn db0_deb_mode(&mut self) -> DB0_DEB_MODE_W<'_, 8>
pub fn db0_deb_mode(&mut self) -> DB0_DEB_MODE_W<'_, 8>
Bit 8 - S8 in documentation, dual-edge B mode, 0: fed/red take effect on different path separately, 1: fed/red take effect on B path, A out is in bypass or dulpB mode
sourcepub fn db0_a_outswap(&mut self) -> DB0_A_OUTSWAP_W<'_, 9>
pub fn db0_a_outswap(&mut self) -> DB0_A_OUTSWAP_W<'_, 9>
Bit 9 - S6 in documentation
sourcepub fn db0_b_outswap(&mut self) -> DB0_B_OUTSWAP_W<'_, 10>
pub fn db0_b_outswap(&mut self) -> DB0_B_OUTSWAP_W<'_, 10>
Bit 10 - S7 in documentation
sourcepub fn db0_red_insel(&mut self) -> DB0_RED_INSEL_W<'_, 11>
pub fn db0_red_insel(&mut self) -> DB0_RED_INSEL_W<'_, 11>
Bit 11 - S4 in documentation
sourcepub fn db0_fed_insel(&mut self) -> DB0_FED_INSEL_W<'_, 12>
pub fn db0_fed_insel(&mut self) -> DB0_FED_INSEL_W<'_, 12>
Bit 12 - S5 in documentation
sourcepub fn db0_red_outinvert(&mut self) -> DB0_RED_OUTINVERT_W<'_, 13>
pub fn db0_red_outinvert(&mut self) -> DB0_RED_OUTINVERT_W<'_, 13>
Bit 13 - S2 in documentation
sourcepub fn db0_fed_outinvert(&mut self) -> DB0_FED_OUTINVERT_W<'_, 14>
pub fn db0_fed_outinvert(&mut self) -> DB0_FED_OUTINVERT_W<'_, 14>
Bit 14 - S3 in documentation
sourcepub fn db0_a_outbypass(&mut self) -> DB0_A_OUTBYPASS_W<'_, 15>
pub fn db0_a_outbypass(&mut self) -> DB0_A_OUTBYPASS_W<'_, 15>
Bit 15 - S1 in documentation
sourcepub fn db0_b_outbypass(&mut self) -> DB0_B_OUTBYPASS_W<'_, 16>
pub fn db0_b_outbypass(&mut self) -> DB0_B_OUTBYPASS_W<'_, 16>
Bit 16 - S0 in documentation
sourcepub fn db0_clk_sel(&mut self) -> DB0_CLK_SEL_W<'_, 17>
pub fn db0_clk_sel(&mut self) -> DB0_CLK_SEL_W<'_, 17>
Bit 17 - Dead time generator 0 clock selection. 0: PWM_clk, 1: PT_clk
Methods from Deref<Target = W<DB0_CFG_SPEC>>
Trait Implementations
sourceimpl From<W<DB0_CFG_SPEC>> for W
impl From<W<DB0_CFG_SPEC>> for W
sourcefn from(writer: W<DB0_CFG_SPEC>) -> Self
fn from(writer: W<DB0_CFG_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