pub struct R(_);
Expand description
Register DT1_CFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn dt1_fed_upmethod(&self) -> DT1_FED_UPMETHOD_R
pub fn dt1_fed_upmethod(&self) -> DT1_FED_UPMETHOD_R
Bits 0:3
sourcepub fn dt1_red_upmethod(&self) -> DT1_RED_UPMETHOD_R
pub fn dt1_red_upmethod(&self) -> DT1_RED_UPMETHOD_R
Bits 4:7
sourcepub fn dt1_deb_mode(&self) -> DT1_DEB_MODE_R
pub fn dt1_deb_mode(&self) -> DT1_DEB_MODE_R
Bit 8
sourcepub fn dt1_a_outswap(&self) -> DT1_A_OUTSWAP_R
pub fn dt1_a_outswap(&self) -> DT1_A_OUTSWAP_R
Bit 9
sourcepub fn dt1_b_outswap(&self) -> DT1_B_OUTSWAP_R
pub fn dt1_b_outswap(&self) -> DT1_B_OUTSWAP_R
Bit 10
sourcepub fn dt1_red_insel(&self) -> DT1_RED_INSEL_R
pub fn dt1_red_insel(&self) -> DT1_RED_INSEL_R
Bit 11
sourcepub fn dt1_fed_insel(&self) -> DT1_FED_INSEL_R
pub fn dt1_fed_insel(&self) -> DT1_FED_INSEL_R
Bit 12
sourcepub fn dt1_red_outinvert(&self) -> DT1_RED_OUTINVERT_R
pub fn dt1_red_outinvert(&self) -> DT1_RED_OUTINVERT_R
Bit 13
sourcepub fn dt1_fed_outinvert(&self) -> DT1_FED_OUTINVERT_R
pub fn dt1_fed_outinvert(&self) -> DT1_FED_OUTINVERT_R
Bit 14
sourcepub fn dt1_a_outbypass(&self) -> DT1_A_OUTBYPASS_R
pub fn dt1_a_outbypass(&self) -> DT1_A_OUTBYPASS_R
Bit 15
sourcepub fn dt1_b_outbypass(&self) -> DT1_B_OUTBYPASS_R
pub fn dt1_b_outbypass(&self) -> DT1_B_OUTBYPASS_R
Bit 16
sourcepub fn dt1_clk_sel(&self) -> DT1_CLK_SEL_R
pub fn dt1_clk_sel(&self) -> DT1_CLK_SEL_R
Bit 17
Methods from Deref<Target = R<DT1_CFG_SPEC>>
Trait Implementations
sourceimpl From<R<DT1_CFG_SPEC>> for R
impl From<R<DT1_CFG_SPEC>> for R
sourcefn from(reader: R<DT1_CFG_SPEC>) -> Self
fn from(reader: R<DT1_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