[][src]Struct stm32f3::stm32f303::opamp::opamp1_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 opamp1en(&self) -> OPAMP1ENR[src]

Bit 0 - OPAMP1 enable

pub fn force_vp(&self) -> FORCE_VPR[src]

Bit 1 - FORCE_VP

pub fn vp_sel(&self) -> VP_SELR[src]

Bits 2:3 - OPAMP Non inverting input selection

pub fn vm_sel(&self) -> VM_SELR[src]

Bits 5:6 - OPAMP inverting input selection

pub fn tcm_en(&self) -> TCM_ENR[src]

Bit 7 - Timer controlled Mux mode enable

pub fn vms_sel(&self) -> VMS_SELR[src]

Bit 8 - OPAMP inverting input secondary selection

pub fn vps_sel(&self) -> VPS_SELR[src]

Bits 9:10 - OPAMP Non inverting input secondary selection

pub fn calon(&self) -> CALONR[src]

Bit 11 - Calibration mode enable

pub fn calsel(&self) -> CALSELR[src]

Bits 12:13 - Calibration selection

pub fn pga_gain(&self) -> PGA_GAINR[src]

Bits 14:17 - Gain in PGA mode

pub fn user_trim(&self) -> USER_TRIMR[src]

Bit 18 - User trimming enable

pub fn trimoffsetp(&self) -> TRIMOFFSETPR[src]

Bits 19:23 - Offset trimming value (PMOS)

pub fn trimoffsetn(&self) -> TRIMOFFSETNR[src]

Bits 24:28 - Offset trimming value (NMOS)

pub fn tstref(&self) -> TSTREFR[src]

Bit 29 - TSTREF

pub fn outcal(&self) -> OUTCALR[src]

Bit 30 - OPAMP ouput status flag

pub fn lock(&self) -> LOCKR[src]

Bit 31 - OPAMP lock

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From<T> for 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]

impl<T> Same<T> for T

type Output = T

Should always be Self