pub struct R(/* private fields */);
Expand description
Register CR
reader
Implementations§
§impl R
impl R
pub fn adcaldif(&self) -> BitReaderRaw<ADCALDIF_A>
pub fn adcaldif(&self) -> BitReaderRaw<ADCALDIF_A>
Bit 30 - ADC differential mode for calibration
pub fn advregen(&self) -> BitReaderRaw<ADVREGEN_A>
pub fn advregen(&self) -> BitReaderRaw<ADVREGEN_A>
Bit 28 - ADC voltage regulator enable
pub fn lincalrdyw6(&self) -> BitReaderRaw<LINCALRDYW1_A>
pub fn lincalrdyw6(&self) -> BitReaderRaw<LINCALRDYW1_A>
Bit 27 - Linearity calibration ready Word 6
pub fn lincalrdyw5(&self) -> BitReaderRaw<LINCALRDYW1_A>
pub fn lincalrdyw5(&self) -> BitReaderRaw<LINCALRDYW1_A>
Bit 26 - Linearity calibration ready Word 5
pub fn lincalrdyw4(&self) -> BitReaderRaw<LINCALRDYW1_A>
pub fn lincalrdyw4(&self) -> BitReaderRaw<LINCALRDYW1_A>
Bit 25 - Linearity calibration ready Word 4
pub fn lincalrdyw3(&self) -> BitReaderRaw<LINCALRDYW1_A>
pub fn lincalrdyw3(&self) -> BitReaderRaw<LINCALRDYW1_A>
Bit 24 - Linearity calibration ready Word 3
pub fn lincalrdyw2(&self) -> BitReaderRaw<LINCALRDYW1_A>
pub fn lincalrdyw2(&self) -> BitReaderRaw<LINCALRDYW1_A>
Bit 23 - Linearity calibration ready Word 2
pub fn lincalrdyw1(&self) -> BitReaderRaw<LINCALRDYW1_A>
pub fn lincalrdyw1(&self) -> BitReaderRaw<LINCALRDYW1_A>
Bit 22 - Linearity calibration ready Word 1
pub fn adcallin(&self) -> BitReaderRaw<ADCALLIN_A>
pub fn adcallin(&self) -> BitReaderRaw<ADCALLIN_A>
Bit 16 - Linearity calibration
Methods from Deref<Target = R<CR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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