pub struct R(_);
Expand description
Register DT0_CFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn dt0_fed_upmethod(&self) -> DT0_FED_UPMETHOD_R
pub fn dt0_fed_upmethod(&self) -> DT0_FED_UPMETHOD_R
Bits 0:3
sourcepub fn dt0_red_upmethod(&self) -> DT0_RED_UPMETHOD_R
pub fn dt0_red_upmethod(&self) -> DT0_RED_UPMETHOD_R
Bits 4:7
sourcepub fn dt0_deb_mode(&self) -> DT0_DEB_MODE_R
pub fn dt0_deb_mode(&self) -> DT0_DEB_MODE_R
Bit 8
sourcepub fn dt0_a_outswap(&self) -> DT0_A_OUTSWAP_R
pub fn dt0_a_outswap(&self) -> DT0_A_OUTSWAP_R
Bit 9
sourcepub fn dt0_b_outswap(&self) -> DT0_B_OUTSWAP_R
pub fn dt0_b_outswap(&self) -> DT0_B_OUTSWAP_R
Bit 10
sourcepub fn dt0_red_insel(&self) -> DT0_RED_INSEL_R
pub fn dt0_red_insel(&self) -> DT0_RED_INSEL_R
Bit 11
sourcepub fn dt0_fed_insel(&self) -> DT0_FED_INSEL_R
pub fn dt0_fed_insel(&self) -> DT0_FED_INSEL_R
Bit 12
sourcepub fn dt0_red_outinvert(&self) -> DT0_RED_OUTINVERT_R
pub fn dt0_red_outinvert(&self) -> DT0_RED_OUTINVERT_R
Bit 13
sourcepub fn dt0_fed_outinvert(&self) -> DT0_FED_OUTINVERT_R
pub fn dt0_fed_outinvert(&self) -> DT0_FED_OUTINVERT_R
Bit 14
sourcepub fn dt0_a_outbypass(&self) -> DT0_A_OUTBYPASS_R
pub fn dt0_a_outbypass(&self) -> DT0_A_OUTBYPASS_R
Bit 15
sourcepub fn dt0_b_outbypass(&self) -> DT0_B_OUTBYPASS_R
pub fn dt0_b_outbypass(&self) -> DT0_B_OUTBYPASS_R
Bit 16
sourcepub fn dt0_clk_sel(&self) -> DT0_CLK_SEL_R
pub fn dt0_clk_sel(&self) -> DT0_CLK_SEL_R
Bit 17
Methods from Deref<Target = R<DT0_CFG_SPEC>>
Trait Implementations
sourceimpl From<R<DT0_CFG_SPEC>> for R
impl From<R<DT0_CFG_SPEC>> for R
sourcefn from(reader: R<DT0_CFG_SPEC>) -> Self
fn from(reader: R<DT0_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