pub struct R(_);Expand description
Register CALFACT reader
Implementations
sourceimpl R
impl R
sourcepub fn calfact(&self) -> CALFACT_R
pub fn calfact(&self) -> CALFACT_R
Bits 0:6 - Calibration factor These bits are written by hardware or by software. Once a calibration is complete, they are updated by hardware with the calibration factors. Software can write these bits with a new calibration factor. If the new calibration factor is different from the current one stored into the analog ADC, it is then applied once a new calibration is launched. Just after a calibration is complete, DATA[6:0] contains the calibration factor. Note: Software can write these bits only when ADEN=1 (ADC is enabled and no calibration is ongoing and no conversion is ongoing). Refer to SQ8[3:0] for a definition of channel selection.
Methods from Deref<Target = R<CALFACT_SPEC>>
Trait Implementations
sourceimpl From<R<CALFACT_SPEC>> for R
impl From<R<CALFACT_SPEC>> for R
sourcefn from(reader: R<CALFACT_SPEC>) -> Self
fn from(reader: R<CALFACT_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