pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn opa3calout(&self) -> OPA3CALOUTR
pub fn opa3calout(&self) -> OPA3CALOUTR
Bit 31 - OPAMP3 calibration output
Sourcepub fn opa2calout(&self) -> OPA2CALOUTR
pub fn opa2calout(&self) -> OPA2CALOUTR
Bit 30 - OPAMP2 calibration output
Sourcepub fn opa1calout(&self) -> OPA1CALOUTR
pub fn opa1calout(&self) -> OPA1CALOUTR
Bit 29 - OPAMP1 calibration output
Sourcepub fn aop_range(&self) -> AOP_RANGER
pub fn aop_range(&self) -> AOP_RANGER
Bit 28 - Power range selection
Sourcepub fn opa3cal_h(&self) -> OPA3CAL_HR
pub fn opa3cal_h(&self) -> OPA3CAL_HR
Bit 22 - OPAMP3 offset calibration for N differential pair
Sourcepub fn opa3cal_l(&self) -> OPA3CAL_LR
pub fn opa3cal_l(&self) -> OPA3CAL_LR
Bit 21 - OPAMP3 offset Calibration for P differential pair
Sourcepub fn opa2cal_h(&self) -> OPA2CAL_HR
pub fn opa2cal_h(&self) -> OPA2CAL_HR
Bit 14 - OPAMP2 offset calibration for N differential pair
Sourcepub fn opa2cal_l(&self) -> OPA2CAL_LR
pub fn opa2cal_l(&self) -> OPA2CAL_LR
Bit 13 - OPAMP2 offset Calibration for P differential pair
Sourcepub fn opa1cal_h(&self) -> OPA1CAL_HR
pub fn opa1cal_h(&self) -> OPA1CAL_HR
Bit 6 - OPAMP1 offset calibration for N differential pair
Sourcepub fn opa1cal_l(&self) -> OPA1CAL_LR
pub fn opa1cal_l(&self) -> OPA1CAL_LR
Bit 5 - OPAMP1 offset calibration for P differential pair
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