pub struct R(_);
Expand description
Register DB0_CFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn db0_fed_upmethod(&self) -> DB0_FED_UPMETHOD_R
pub fn db0_fed_upmethod(&self) -> DB0_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 db0_red_upmethod(&self) -> DB0_RED_UPMETHOD_R
pub fn db0_red_upmethod(&self) -> DB0_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 db0_deb_mode(&self) -> DB0_DEB_MODE_R
pub fn db0_deb_mode(&self) -> DB0_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 db0_a_outswap(&self) -> DB0_A_OUTSWAP_R
pub fn db0_a_outswap(&self) -> DB0_A_OUTSWAP_R
Bit 9 - S6 in documentation
sourcepub fn db0_b_outswap(&self) -> DB0_B_OUTSWAP_R
pub fn db0_b_outswap(&self) -> DB0_B_OUTSWAP_R
Bit 10 - S7 in documentation
sourcepub fn db0_red_insel(&self) -> DB0_RED_INSEL_R
pub fn db0_red_insel(&self) -> DB0_RED_INSEL_R
Bit 11 - S4 in documentation
sourcepub fn db0_fed_insel(&self) -> DB0_FED_INSEL_R
pub fn db0_fed_insel(&self) -> DB0_FED_INSEL_R
Bit 12 - S5 in documentation
sourcepub fn db0_red_outinvert(&self) -> DB0_RED_OUTINVERT_R
pub fn db0_red_outinvert(&self) -> DB0_RED_OUTINVERT_R
Bit 13 - S2 in documentation
sourcepub fn db0_fed_outinvert(&self) -> DB0_FED_OUTINVERT_R
pub fn db0_fed_outinvert(&self) -> DB0_FED_OUTINVERT_R
Bit 14 - S3 in documentation
sourcepub fn db0_a_outbypass(&self) -> DB0_A_OUTBYPASS_R
pub fn db0_a_outbypass(&self) -> DB0_A_OUTBYPASS_R
Bit 15 - S1 in documentation
sourcepub fn db0_b_outbypass(&self) -> DB0_B_OUTBYPASS_R
pub fn db0_b_outbypass(&self) -> DB0_B_OUTBYPASS_R
Bit 16 - S0 in documentation
sourcepub fn db0_clk_sel(&self) -> DB0_CLK_SEL_R
pub fn db0_clk_sel(&self) -> DB0_CLK_SEL_R
Bit 17 - Dead time generator 0 clock selection. 0: PWM_clk, 1: PT_clk
Methods from Deref<Target = R<DB0_CFG_SPEC>>
Trait Implementations
sourceimpl From<R<DB0_CFG_SPEC>> for R
impl From<R<DB0_CFG_SPEC>> for R
sourcefn from(reader: R<DB0_CFG_SPEC>) -> Self
fn from(reader: R<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