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:6 - Single Mode Offset Calibration Value
Sourcepub fn singlegain(&self) -> SINGLEGAIN_R
pub fn singlegain(&self) -> SINGLEGAIN_R
Bits 8:14 - Single Mode Gain Calibration Value
Sourcepub fn scanoffset(&self) -> SCANOFFSET_R
pub fn scanoffset(&self) -> SCANOFFSET_R
Bits 16:22 - Scan Mode Offset Calibration Value
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