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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

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

Bit 31 - OPAMP3 calibration output

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

Bit 30 - OPAMP2 calibration output

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

Bit 29 - OPAMP1 calibration output

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

Bit 28 - Power range selection

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

Bit 27 - Switch 7 for OPAMP2 enable

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

Bit 26 - Switch SanA enable for OPAMP3

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

Bit 25 - Switch SanA enable for OPAMP2

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

Bit 24 - Switch SanA enable for OPAMP1

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

Bit 23 - OPAMP3 low power mode

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

Bit 22 - OPAMP3 offset calibration for N differential pair

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

Bit 21 - OPAMP3 offset Calibration for P differential pair

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

Bit 20 - Switch 6 for OPAMP3 enable

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

Bit 19 - Switch 5 for OPAMP3 enable

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

Bit 18 - Switch 4 for OPAMP3 enable

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

Bit 17 - Switch 3 for OPAMP3 Enable

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

Bit 16 - OPAMP3 power down

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

Bit 15 - OPAMP2 low power mode

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

Bit 14 - OPAMP2 offset calibration for N differential pair

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

Bit 13 - OPAMP2 offset Calibration for P differential pair

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

Bit 12 - Switch 6 for OPAMP2 enable

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

Bit 11 - Switch 5 for OPAMP2 enable

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

Bit 10 - Switch 4 for OPAMP2 enable

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

Bit 9 - Switch 3 for OPAMP2 enable

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

Bit 8 - OPAMP2 power down

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

Bit 7 - OPAMP1 low power mode

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

Bit 6 - OPAMP1 offset calibration for N differential pair

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

Bit 5 - OPAMP1 offset calibration for P differential pair

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

Bit 4 - Switch 6 for OPAMP1 enable

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

Bit 3 - Switch 5 for OPAMP1 enable

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

Bit 2 - Switch 4 for OPAMP1 enable

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

Bit 1 - Switch 3 for OPAMP1 enable

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

Bit 0 - OPAMP1 power down

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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]