Struct R

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

Value read from the register

Implementations§

Source§

impl R

Source

pub fn bits(&self) -> u32

Value of the register as raw bits

Source

pub fn opa3calout(&self) -> OPA3CALOUTR

Bit 31 - OPAMP3 calibration output

Source

pub fn opa2calout(&self) -> OPA2CALOUTR

Bit 30 - OPAMP2 calibration output

Source

pub fn opa1calout(&self) -> OPA1CALOUTR

Bit 29 - OPAMP1 calibration output

Source

pub fn aop_range(&self) -> AOP_RANGER

Bit 28 - Power range selection

Source

pub fn s7sel2(&self) -> S7SEL2R

Bit 27 - Switch 7 for OPAMP2 enable

Source

pub fn anawsel3(&self) -> ANAWSEL3R

Bit 26 - Switch SanA enable for OPAMP3

Source

pub fn anawsel2(&self) -> ANAWSEL2R

Bit 25 - Switch SanA enable for OPAMP2

Source

pub fn anawsel1(&self) -> ANAWSEL1R

Bit 24 - Switch SanA enable for OPAMP1

Source

pub fn opa3lpm(&self) -> OPA3LPMR

Bit 23 - OPAMP3 low power mode

Source

pub fn opa3cal_h(&self) -> OPA3CAL_HR

Bit 22 - OPAMP3 offset calibration for N differential pair

Source

pub fn opa3cal_l(&self) -> OPA3CAL_LR

Bit 21 - OPAMP3 offset Calibration for P differential pair

Source

pub fn s6sel3(&self) -> S6SEL3R

Bit 20 - Switch 6 for OPAMP3 enable

Source

pub fn s5sel3(&self) -> S5SEL3R

Bit 19 - Switch 5 for OPAMP3 enable

Source

pub fn s4sel3(&self) -> S4SEL3R

Bit 18 - Switch 4 for OPAMP3 enable

Source

pub fn s3sel3(&self) -> S3SEL3R

Bit 17 - Switch 3 for OPAMP3 Enable

Source

pub fn opa3pd(&self) -> OPA3PDR

Bit 16 - OPAMP3 power down

Source

pub fn opa2lpm(&self) -> OPA2LPMR

Bit 15 - OPAMP2 low power mode

Source

pub fn opa2cal_h(&self) -> OPA2CAL_HR

Bit 14 - OPAMP2 offset calibration for N differential pair

Source

pub fn opa2cal_l(&self) -> OPA2CAL_LR

Bit 13 - OPAMP2 offset Calibration for P differential pair

Source

pub fn s6sel2(&self) -> S6SEL2R

Bit 12 - Switch 6 for OPAMP2 enable

Source

pub fn s5sel2(&self) -> S5SEL2R

Bit 11 - Switch 5 for OPAMP2 enable

Source

pub fn s4sel2(&self) -> S4SEL2R

Bit 10 - Switch 4 for OPAMP2 enable

Source

pub fn s3sel2(&self) -> S3SEL2R

Bit 9 - Switch 3 for OPAMP2 enable

Source

pub fn opa2pd(&self) -> OPA2PDR

Bit 8 - OPAMP2 power down

Source

pub fn opa1lpm(&self) -> OPA1LPMR

Bit 7 - OPAMP1 low power mode

Source

pub fn opa1cal_h(&self) -> OPA1CAL_HR

Bit 6 - OPAMP1 offset calibration for N differential pair

Source

pub fn opa1cal_l(&self) -> OPA1CAL_LR

Bit 5 - OPAMP1 offset calibration for P differential pair

Source

pub fn s6sel1(&self) -> S6SEL1R

Bit 4 - Switch 6 for OPAMP1 enable

Source

pub fn s5sel1(&self) -> S5SEL1R

Bit 3 - Switch 5 for OPAMP1 enable

Source

pub fn s4sel1(&self) -> S4SEL1R

Bit 2 - Switch 4 for OPAMP1 enable

Source

pub fn s3sel1(&self) -> S3SEL1R

Bit 1 - Switch 3 for OPAMP1 enable

Source

pub fn opa1pd(&self) -> OPA1PDR

Bit 0 - OPAMP1 power down

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> 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.