Type Alias R

Source
pub type R = R<CFGR3rs>;
Expand description

Register CFGR3 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn en_vrefint(&self) -> EN_VREFINT_R

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

Source

pub fn sel_vref_out(&self) -> SEL_VREF_OUT_R

Bits 4:5 - BGAP_ADC connection bit

Source

pub fn enbuf_vrefint_adc(&self) -> ENBUF_VREFINT_ADC_R

Bit 8 - VREFINT reference for ADC enable bit

Source

pub fn enbuf_sensor_adc(&self) -> ENBUF_SENSOR_ADC_R

Bit 9 - Sensor reference for ADC enable bit

Source

pub fn enbuf_vrefint_comp2(&self) -> ENBUF_VREFINT_COMP2_R

Bit 12 - VREFINT reference for COMP2 scaler enable bit

Source

pub fn enref_hsi48(&self) -> ENREF_HSI48_R

Bit 13 - VREFINT reference for HSI48 oscillator enable bit

Source

pub fn vrefint_rdyf(&self) -> VREFINT_RDYF_R

Bit 30 - VREFINT ready flag

Source

pub fn ref_lock(&self) -> REF_LOCK_R

Bit 31 - SYSCFG_CFGR3 lock bit

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more