pub struct R(/* private fields */);Expand description
Register CAL reader
Implementations§
Source§impl R
impl R
Sourcepub fn singleoffset(&self) -> SINGLEOFFSET_R
pub fn singleoffset(&self) -> SINGLEOFFSET_R
Bits 0:3 - Single Mode Offset Calibration Value for Differential or Positive Single-ended Mode
Sourcepub fn singleoffsetinv(&self) -> SINGLEOFFSETINV_R
pub fn singleoffsetinv(&self) -> SINGLEOFFSETINV_R
Bits 4:7 - Single Mode Offset Calibration Value for Negative Single-ended Mode
Sourcepub fn singlegain(&self) -> SINGLEGAIN_R
pub fn singlegain(&self) -> SINGLEGAIN_R
Bits 8:14 - Single Mode Gain Calibration Value
Sourcepub fn offsetinvmode(&self) -> OFFSETINVMODE_R
pub fn offsetinvmode(&self) -> OFFSETINVMODE_R
Bit 15 - Negative Single-ended Offset Calibration is Enabled
Sourcepub fn scanoffset(&self) -> SCANOFFSET_R
pub fn scanoffset(&self) -> SCANOFFSET_R
Bits 16:19 - Scan Mode Offset Calibration Value for Differential or Positive Single-ended Mode
Sourcepub fn scanoffsetinv(&self) -> SCANOFFSETINV_R
pub fn scanoffsetinv(&self) -> SCANOFFSETINV_R
Bits 20:23 - Scan Mode Offset Calibration Value for Negative Single-ended Mode
Sourcepub fn scangain(&self) -> SCANGAIN_R
pub fn scangain(&self) -> SCANGAIN_R
Bits 24:30 - Scan Mode Gain Calibration Value
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