pub struct R(/* private fields */);Expand description
Register dtest reader
Implementations§
Source§impl R
impl R
Sourcepub fn dtest_pulldown(&self) -> DTEST_PULLDOWN_R
pub fn dtest_pulldown(&self) -> DTEST_PULLDOWN_R
Bit 0
Sourcepub fn dtest_en_rxadc_q(&self) -> DTEST_EN_RXADC_Q_R
pub fn dtest_en_rxadc_q(&self) -> DTEST_EN_RXADC_Q_R
Bit 23
Sourcepub fn dtest_en_rxadc_i(&self) -> DTEST_EN_RXADC_I_R
pub fn dtest_en_rxadc_i(&self) -> DTEST_EN_RXADC_I_R
Bit 24
Sourcepub fn dtest_en_adpll_adc(&self) -> DTEST_EN_ADPLL_ADC_R
pub fn dtest_en_adpll_adc(&self) -> DTEST_EN_ADPLL_ADC_R
Bit 25
Sourcepub fn dtest_en_mod4(&self) -> DTEST_EN_MOD4_R
pub fn dtest_en_mod4(&self) -> DTEST_EN_MOD4_R
Bit 26
Sourcepub fn dtest_en_fref(&self) -> DTEST_EN_FREF_R
pub fn dtest_en_fref(&self) -> DTEST_EN_FREF_R
Bit 27
Sourcepub fn dtest_en_dtc_out(&self) -> DTEST_EN_DTC_OUT_R
pub fn dtest_en_dtc_out(&self) -> DTEST_EN_DTC_OUT_R
Bit 28
Sourcepub fn dtest_en_dtc_in(&self) -> DTEST_EN_DTC_IN_R
pub fn dtest_en_dtc_in(&self) -> DTEST_EN_DTC_IN_R
Bit 29
Methods from Deref<Target = R<DTEST_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more