[−][src]Struct stm32f3xx_hal::stm32::opamp::opamp2_csr::R
Value read from the register
Methods
impl R[src]
pub fn bits(&self) -> u32[src]
Value of the register as raw bits
pub fn opamp2en(&self) -> OPAMP2ENR[src]
Bit 0 - OPAMP2 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
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self