[][src]Struct stm32l1xx_hal::stm32::opamp::csr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn opa3calout(&self) -> OPA3CALOUTR[src]

Bit 31 - OPAMP3 calibration output

pub fn opa2calout(&self) -> OPA2CALOUTR[src]

Bit 30 - OPAMP2 calibration output

pub fn opa1calout(&self) -> OPA1CALOUTR[src]

Bit 29 - OPAMP1 calibration output

pub fn aop_range(&self) -> AOP_RANGER[src]

Bit 28 - Power range selection

pub fn s7sel2(&self) -> S7SEL2R[src]

Bit 27 - Switch 7 for OPAMP2 enable

pub fn anawsel3(&self) -> ANAWSEL3R[src]

Bit 26 - Switch SanA enable for OPAMP3

pub fn anawsel2(&self) -> ANAWSEL2R[src]

Bit 25 - Switch SanA enable for OPAMP2

pub fn anawsel1(&self) -> ANAWSEL1R[src]

Bit 24 - Switch SanA enable for OPAMP1

pub fn opa3lpm(&self) -> OPA3LPMR[src]

Bit 23 - OPAMP3 low power mode

pub fn opa3cal_h(&self) -> OPA3CAL_HR[src]

Bit 22 - OPAMP3 offset calibration for N differential pair

pub fn opa3cal_l(&self) -> OPA3CAL_LR[src]

Bit 21 - OPAMP3 offset Calibration for P differential pair

pub fn s6sel3(&self) -> S6SEL3R[src]

Bit 20 - Switch 6 for OPAMP3 enable

pub fn s5sel3(&self) -> S5SEL3R[src]

Bit 19 - Switch 5 for OPAMP3 enable

pub fn s4sel3(&self) -> S4SEL3R[src]

Bit 18 - Switch 4 for OPAMP3 enable

pub fn s3sel3(&self) -> S3SEL3R[src]

Bit 17 - Switch 3 for OPAMP3 Enable

pub fn opa3pd(&self) -> OPA3PDR[src]

Bit 16 - OPAMP3 power down

pub fn opa2lpm(&self) -> OPA2LPMR[src]

Bit 15 - OPAMP2 low power mode

pub fn opa2cal_h(&self) -> OPA2CAL_HR[src]

Bit 14 - OPAMP2 offset calibration for N differential pair

pub fn opa2cal_l(&self) -> OPA2CAL_LR[src]

Bit 13 - OPAMP2 offset Calibration for P differential pair

pub fn s6sel2(&self) -> S6SEL2R[src]

Bit 12 - Switch 6 for OPAMP2 enable

pub fn s5sel2(&self) -> S5SEL2R[src]

Bit 11 - Switch 5 for OPAMP2 enable

pub fn s4sel2(&self) -> S4SEL2R[src]

Bit 10 - Switch 4 for OPAMP2 enable

pub fn s3sel2(&self) -> S3SEL2R[src]

Bit 9 - Switch 3 for OPAMP2 enable

pub fn opa2pd(&self) -> OPA2PDR[src]

Bit 8 - OPAMP2 power down

pub fn opa1lpm(&self) -> OPA1LPMR[src]

Bit 7 - OPAMP1 low power mode

pub fn opa1cal_h(&self) -> OPA1CAL_HR[src]

Bit 6 - OPAMP1 offset calibration for N differential pair

pub fn opa1cal_l(&self) -> OPA1CAL_LR[src]

Bit 5 - OPAMP1 offset calibration for P differential pair

pub fn s6sel1(&self) -> S6SEL1R[src]

Bit 4 - Switch 6 for OPAMP1 enable

pub fn s5sel1(&self) -> S5SEL1R[src]

Bit 3 - Switch 5 for OPAMP1 enable

pub fn s4sel1(&self) -> S4SEL1R[src]

Bit 2 - Switch 4 for OPAMP1 enable

pub fn s3sel1(&self) -> S3SEL1R[src]

Bit 1 - Switch 3 for OPAMP1 enable

pub fn opa1pd(&self) -> OPA1PDR[src]

Bit 0 - OPAMP1 power down

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]