Type Definition stm32g4::stm32g474::adc3::cfgr2::R[][src]

type R = R<u32, CFGR2>;

Reader of register CFGR2

Implementations

impl R[src]

pub fn smptrig(&self) -> SMPTRIG_R[src]

Bit 27 - Sampling time control trigger mode

pub fn bulb(&self) -> BULB_R[src]

Bit 26 - Bulb sampling mode

pub fn swtrig(&self) -> SWTRIG_R[src]

Bit 25 - Software trigger bit for sampling time control trigger mode

pub fn gcomp(&self) -> GCOMP_R[src]

Bit 16 - Gain compensation mode

pub fn rovsm(&self) -> ROVSM_R[src]

Bit 10 - Regular Oversampling mode

pub fn trovs(&self) -> TROVS_R[src]

Bit 9 - Triggered Regular Oversampling

pub fn ovss(&self) -> OVSS_R[src]

Bits 5:8 - Oversampling shift

pub fn ovsr(&self) -> OVSR_R[src]

Bits 2:4 - Oversampling ratio

pub fn jovse(&self) -> JOVSE_R[src]

Bit 1 - Injected Oversampling Enable

pub fn rovse(&self) -> ROVSE_R[src]

Bit 0 - Regular Oversampling Enable