pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn opa3calout(&mut self) -> _OPA3CALOUTW<'_>
pub fn opa3calout(&mut self) -> _OPA3CALOUTW<'_>
Bit 31 - OPAMP3 calibration output
Sourcepub fn opa2calout(&mut self) -> _OPA2CALOUTW<'_>
pub fn opa2calout(&mut self) -> _OPA2CALOUTW<'_>
Bit 30 - OPAMP2 calibration output
Sourcepub fn opa1calout(&mut self) -> _OPA1CALOUTW<'_>
pub fn opa1calout(&mut self) -> _OPA1CALOUTW<'_>
Bit 29 - OPAMP1 calibration output
Sourcepub fn aop_range(&mut self) -> _AOP_RANGEW<'_>
pub fn aop_range(&mut self) -> _AOP_RANGEW<'_>
Bit 28 - Power range selection
Sourcepub fn anawsel3(&mut self) -> _ANAWSEL3W<'_>
pub fn anawsel3(&mut self) -> _ANAWSEL3W<'_>
Bit 26 - Switch SanA enable for OPAMP3
Sourcepub fn anawsel2(&mut self) -> _ANAWSEL2W<'_>
pub fn anawsel2(&mut self) -> _ANAWSEL2W<'_>
Bit 25 - Switch SanA enable for OPAMP2
Sourcepub fn anawsel1(&mut self) -> _ANAWSEL1W<'_>
pub fn anawsel1(&mut self) -> _ANAWSEL1W<'_>
Bit 24 - Switch SanA enable for OPAMP1
Sourcepub fn opa3cal_h(&mut self) -> _OPA3CAL_HW<'_>
pub fn opa3cal_h(&mut self) -> _OPA3CAL_HW<'_>
Bit 22 - OPAMP3 offset calibration for N differential pair
Sourcepub fn opa3cal_l(&mut self) -> _OPA3CAL_LW<'_>
pub fn opa3cal_l(&mut self) -> _OPA3CAL_LW<'_>
Bit 21 - OPAMP3 offset Calibration for P differential pair
Sourcepub fn opa2cal_h(&mut self) -> _OPA2CAL_HW<'_>
pub fn opa2cal_h(&mut self) -> _OPA2CAL_HW<'_>
Bit 14 - OPAMP2 offset calibration for N differential pair
Sourcepub fn opa2cal_l(&mut self) -> _OPA2CAL_LW<'_>
pub fn opa2cal_l(&mut self) -> _OPA2CAL_LW<'_>
Bit 13 - OPAMP2 offset Calibration for P differential pair
Sourcepub fn opa1cal_h(&mut self) -> _OPA1CAL_HW<'_>
pub fn opa1cal_h(&mut self) -> _OPA1CAL_HW<'_>
Bit 6 - OPAMP1 offset calibration for N differential pair
Sourcepub fn opa1cal_l(&mut self) -> _OPA1CAL_LW<'_>
pub fn opa1cal_l(&mut self) -> _OPA1CAL_LW<'_>
Bit 5 - OPAMP1 offset calibration for P differential pair
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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