pub struct R(/* private fields */);Expand description
Register CAL reader
Implementations§
Source§impl R
impl R
Sourcepub fn offsettrim(&self) -> OFFSETTRIM_R
pub fn offsettrim(&self) -> OFFSETTRIM_R
Bits 0:2 - Input Buffer Offset Calibration Value
Sourcepub fn gainerrtrim(&self) -> GAINERRTRIM_R
pub fn gainerrtrim(&self) -> GAINERRTRIM_R
Bits 8:13 - Gain Error Trim Value
Sourcepub fn gainerrtrimch1(&self) -> GAINERRTRIMCH1_R
pub fn gainerrtrimch1(&self) -> GAINERRTRIMCH1_R
Bits 16:19 - Gain Error Trim Value for CH1
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