[][src]Struct stm32l0xx_hal::pac::syscfg::cfgr3::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn ref_lock(&mut self) -> _REF_LOCKW[src]

Bit 31 - REF_CTRL lock bit

pub fn enbuf_sensor_adc(&mut self) -> _ENBUF_SENSOR_ADCW[src]

Bit 9 - Sensor reference for ADC enable bit

pub fn sel_vref_out(&mut self) -> _SEL_VREF_OUTW[src]

Bits 4:5 - BGAP_ADC connection bit

pub fn enbuf_vrefint_comp2(&mut self) -> _ENBUF_VREFINT_COMP2W[src]

Bit 12 - VREFINT reference for COMP2 scaler enable bit

pub fn enbuf_vrefint_adc(&mut self) -> _ENBUF_VREFINT_ADCW[src]

Bit 8 - VREFINT reference for ADC enable bit

pub fn en_vrefint(&mut self) -> _EN_VREFINTW[src]

Bit 0 - VREFINT enable and scaler control for COMP2 enable bit

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]

impl<T> Same<T> for T

type Output = T

Should always be Self