pub struct W(_);Expand description
Register DB1_CFG writer
Implementations
sourceimpl W
 
impl W
sourcepub fn db1_fed_upmethod(&mut self) -> DB1_FED_UPMETHOD_W<'_, 0>
 
pub fn db1_fed_upmethod(&mut self) -> DB1_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 db1_red_upmethod(&mut self) -> DB1_RED_UPMETHOD_W<'_, 4>
 
pub fn db1_red_upmethod(&mut self) -> DB1_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 db1_deb_mode(&mut self) -> DB1_DEB_MODE_W<'_, 8>
 
pub fn db1_deb_mode(&mut self) -> DB1_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 db1_a_outswap(&mut self) -> DB1_A_OUTSWAP_W<'_, 9>
 
pub fn db1_a_outswap(&mut self) -> DB1_A_OUTSWAP_W<'_, 9>
Bit 9 - S6 in documentation
sourcepub fn db1_b_outswap(&mut self) -> DB1_B_OUTSWAP_W<'_, 10>
 
pub fn db1_b_outswap(&mut self) -> DB1_B_OUTSWAP_W<'_, 10>
Bit 10 - S7 in documentation
sourcepub fn db1_red_insel(&mut self) -> DB1_RED_INSEL_W<'_, 11>
 
pub fn db1_red_insel(&mut self) -> DB1_RED_INSEL_W<'_, 11>
Bit 11 - S4 in documentation
sourcepub fn db1_fed_insel(&mut self) -> DB1_FED_INSEL_W<'_, 12>
 
pub fn db1_fed_insel(&mut self) -> DB1_FED_INSEL_W<'_, 12>
Bit 12 - S5 in documentation
sourcepub fn db1_red_outinvert(&mut self) -> DB1_RED_OUTINVERT_W<'_, 13>
 
pub fn db1_red_outinvert(&mut self) -> DB1_RED_OUTINVERT_W<'_, 13>
Bit 13 - S2 in documentation
sourcepub fn db1_fed_outinvert(&mut self) -> DB1_FED_OUTINVERT_W<'_, 14>
 
pub fn db1_fed_outinvert(&mut self) -> DB1_FED_OUTINVERT_W<'_, 14>
Bit 14 - S3 in documentation
sourcepub fn db1_a_outbypass(&mut self) -> DB1_A_OUTBYPASS_W<'_, 15>
 
pub fn db1_a_outbypass(&mut self) -> DB1_A_OUTBYPASS_W<'_, 15>
Bit 15 - S1 in documentation
sourcepub fn db1_b_outbypass(&mut self) -> DB1_B_OUTBYPASS_W<'_, 16>
 
pub fn db1_b_outbypass(&mut self) -> DB1_B_OUTBYPASS_W<'_, 16>
Bit 16 - S0 in documentation
sourcepub fn db1_clk_sel(&mut self) -> DB1_CLK_SEL_W<'_, 17>
 
pub fn db1_clk_sel(&mut self) -> DB1_CLK_SEL_W<'_, 17>
Bit 17 - Dead time generator 1 clock selection. 0: PWM_clk, 1: PT_clk
Methods from Deref<Target = W<DB1_CFG_SPEC>>
Trait Implementations
sourceimpl From<W<DB1_CFG_SPEC>> for W
 
impl From<W<DB1_CFG_SPEC>> for W
sourcefn from(writer: W<DB1_CFG_SPEC>) -> Self
 
fn from(writer: W<DB1_CFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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