pub struct R(_);
Expand description
Register DT1_CFG
reader
Implementations§
§impl R
impl R
pub fn dt1_fed_upmethod(&self) -> FieldReaderRaw<u8, u8>
pub fn dt1_fed_upmethod(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3
pub fn dt1_red_upmethod(&self) -> FieldReaderRaw<u8, u8>
pub fn dt1_red_upmethod(&self) -> FieldReaderRaw<u8, u8>
Bits 4:7
pub fn dt1_deb_mode(&self) -> BitReaderRaw<bool>
pub fn dt1_deb_mode(&self) -> BitReaderRaw<bool>
Bit 8
pub fn dt1_a_outswap(&self) -> BitReaderRaw<bool>
pub fn dt1_a_outswap(&self) -> BitReaderRaw<bool>
Bit 9
pub fn dt1_b_outswap(&self) -> BitReaderRaw<bool>
pub fn dt1_b_outswap(&self) -> BitReaderRaw<bool>
Bit 10
pub fn dt1_red_insel(&self) -> BitReaderRaw<bool>
pub fn dt1_red_insel(&self) -> BitReaderRaw<bool>
Bit 11
pub fn dt1_fed_insel(&self) -> BitReaderRaw<bool>
pub fn dt1_fed_insel(&self) -> BitReaderRaw<bool>
Bit 12
pub fn dt1_red_outinvert(&self) -> BitReaderRaw<bool>
pub fn dt1_red_outinvert(&self) -> BitReaderRaw<bool>
Bit 13
pub fn dt1_fed_outinvert(&self) -> BitReaderRaw<bool>
pub fn dt1_fed_outinvert(&self) -> BitReaderRaw<bool>
Bit 14
pub fn dt1_a_outbypass(&self) -> BitReaderRaw<bool>
pub fn dt1_a_outbypass(&self) -> BitReaderRaw<bool>
Bit 15
pub fn dt1_b_outbypass(&self) -> BitReaderRaw<bool>
pub fn dt1_b_outbypass(&self) -> BitReaderRaw<bool>
Bit 16
pub fn dt1_clk_sel(&self) -> BitReaderRaw<bool>
pub fn dt1_clk_sel(&self) -> BitReaderRaw<bool>
Bit 17
Methods from Deref<Target = R<DT1_CFG_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<DT1_CFG_SPEC>> for R
impl From<R<DT1_CFG_SPEC>> for R
§fn from(reader: R<DT1_CFG_SPEC>) -> R
fn from(reader: R<DT1_CFG_SPEC>) -> R
Converts to this type from the input type.