pub struct R(_);Expand description
Register DB1_CFG reader
Implementations
sourceimpl R
impl R
sourcepub fn db1_fed_upmethod(&self) -> DB1_FED_UPMETHOD_R
pub fn db1_fed_upmethod(&self) -> DB1_FED_UPMETHOD_R
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(&self) -> DB1_RED_UPMETHOD_R
pub fn db1_red_upmethod(&self) -> DB1_RED_UPMETHOD_R
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(&self) -> DB1_DEB_MODE_R
pub fn db1_deb_mode(&self) -> DB1_DEB_MODE_R
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(&self) -> DB1_A_OUTSWAP_R
pub fn db1_a_outswap(&self) -> DB1_A_OUTSWAP_R
Bit 9 - S6 in documentation
sourcepub fn db1_b_outswap(&self) -> DB1_B_OUTSWAP_R
pub fn db1_b_outswap(&self) -> DB1_B_OUTSWAP_R
Bit 10 - S7 in documentation
sourcepub fn db1_red_insel(&self) -> DB1_RED_INSEL_R
pub fn db1_red_insel(&self) -> DB1_RED_INSEL_R
Bit 11 - S4 in documentation
sourcepub fn db1_fed_insel(&self) -> DB1_FED_INSEL_R
pub fn db1_fed_insel(&self) -> DB1_FED_INSEL_R
Bit 12 - S5 in documentation
sourcepub fn db1_red_outinvert(&self) -> DB1_RED_OUTINVERT_R
pub fn db1_red_outinvert(&self) -> DB1_RED_OUTINVERT_R
Bit 13 - S2 in documentation
sourcepub fn db1_fed_outinvert(&self) -> DB1_FED_OUTINVERT_R
pub fn db1_fed_outinvert(&self) -> DB1_FED_OUTINVERT_R
Bit 14 - S3 in documentation
sourcepub fn db1_a_outbypass(&self) -> DB1_A_OUTBYPASS_R
pub fn db1_a_outbypass(&self) -> DB1_A_OUTBYPASS_R
Bit 15 - S1 in documentation
sourcepub fn db1_b_outbypass(&self) -> DB1_B_OUTBYPASS_R
pub fn db1_b_outbypass(&self) -> DB1_B_OUTBYPASS_R
Bit 16 - S0 in documentation
sourcepub fn db1_clk_sel(&self) -> DB1_CLK_SEL_R
pub fn db1_clk_sel(&self) -> DB1_CLK_SEL_R
Bit 17 - Dead time generator 1 clock selection. 0: PWM_clk, 1: PT_clk
Methods from Deref<Target = R<DB1_CFG_SPEC>>
Trait Implementations
sourceimpl From<R<DB1_CFG_SPEC>> for R
impl From<R<DB1_CFG_SPEC>> for R
sourcefn from(reader: R<DB1_CFG_SPEC>) -> Self
fn from(reader: R<DB1_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