Struct W

Source
pub struct W { /* private fields */ }
Expand description

Value to write to the register

Implementations§

Source§

impl W

Source

pub fn reset_value() -> W

Reset value of the register

Source

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

Source

pub fn opa3calout(&mut self) -> _OPA3CALOUTW<'_>

Bit 31 - OPAMP3 calibration output

Source

pub fn opa2calout(&mut self) -> _OPA2CALOUTW<'_>

Bit 30 - OPAMP2 calibration output

Source

pub fn opa1calout(&mut self) -> _OPA1CALOUTW<'_>

Bit 29 - OPAMP1 calibration output

Source

pub fn aop_range(&mut self) -> _AOP_RANGEW<'_>

Bit 28 - Power range selection

Source

pub fn s7sel2(&mut self) -> _S7SEL2W<'_>

Bit 27 - Switch 7 for OPAMP2 enable

Source

pub fn anawsel3(&mut self) -> _ANAWSEL3W<'_>

Bit 26 - Switch SanA enable for OPAMP3

Source

pub fn anawsel2(&mut self) -> _ANAWSEL2W<'_>

Bit 25 - Switch SanA enable for OPAMP2

Source

pub fn anawsel1(&mut self) -> _ANAWSEL1W<'_>

Bit 24 - Switch SanA enable for OPAMP1

Source

pub fn opa3lpm(&mut self) -> _OPA3LPMW<'_>

Bit 23 - OPAMP3 low power mode

Source

pub fn opa3cal_h(&mut self) -> _OPA3CAL_HW<'_>

Bit 22 - OPAMP3 offset calibration for N differential pair

Source

pub fn opa3cal_l(&mut self) -> _OPA3CAL_LW<'_>

Bit 21 - OPAMP3 offset Calibration for P differential pair

Source

pub fn s6sel3(&mut self) -> _S6SEL3W<'_>

Bit 20 - Switch 6 for OPAMP3 enable

Source

pub fn s5sel3(&mut self) -> _S5SEL3W<'_>

Bit 19 - Switch 5 for OPAMP3 enable

Source

pub fn s4sel3(&mut self) -> _S4SEL3W<'_>

Bit 18 - Switch 4 for OPAMP3 enable

Source

pub fn s3sel3(&mut self) -> _S3SEL3W<'_>

Bit 17 - Switch 3 for OPAMP3 Enable

Source

pub fn opa3pd(&mut self) -> _OPA3PDW<'_>

Bit 16 - OPAMP3 power down

Source

pub fn opa2lpm(&mut self) -> _OPA2LPMW<'_>

Bit 15 - OPAMP2 low power mode

Source

pub fn opa2cal_h(&mut self) -> _OPA2CAL_HW<'_>

Bit 14 - OPAMP2 offset calibration for N differential pair

Source

pub fn opa2cal_l(&mut self) -> _OPA2CAL_LW<'_>

Bit 13 - OPAMP2 offset Calibration for P differential pair

Source

pub fn s6sel2(&mut self) -> _S6SEL2W<'_>

Bit 12 - Switch 6 for OPAMP2 enable

Source

pub fn s5sel2(&mut self) -> _S5SEL2W<'_>

Bit 11 - Switch 5 for OPAMP2 enable

Source

pub fn s4sel2(&mut self) -> _S4SEL2W<'_>

Bit 10 - Switch 4 for OPAMP2 enable

Source

pub fn s3sel2(&mut self) -> _S3SEL2W<'_>

Bit 9 - Switch 3 for OPAMP2 enable

Source

pub fn opa2pd(&mut self) -> _OPA2PDW<'_>

Bit 8 - OPAMP2 power down

Source

pub fn opa1lpm(&mut self) -> _OPA1LPMW<'_>

Bit 7 - OPAMP1 low power mode

Source

pub fn opa1cal_h(&mut self) -> _OPA1CAL_HW<'_>

Bit 6 - OPAMP1 offset calibration for N differential pair

Source

pub fn opa1cal_l(&mut self) -> _OPA1CAL_LW<'_>

Bit 5 - OPAMP1 offset calibration for P differential pair

Source

pub fn s6sel1(&mut self) -> _S6SEL1W<'_>

Bit 4 - Switch 6 for OPAMP1 enable

Source

pub fn s5sel1(&mut self) -> _S5SEL1W<'_>

Bit 3 - Switch 5 for OPAMP1 enable

Source

pub fn s4sel1(&mut self) -> _S4SEL1W<'_>

Bit 2 - Switch 4 for OPAMP1 enable

Source

pub fn s3sel1(&mut self) -> _S3SEL1W<'_>

Bit 1 - Switch 3 for OPAMP1 enable

Source

pub fn opa1pd(&mut self) -> _OPA1PDW<'_>

Bit 0 - OPAMP1 power down

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.