[][src]Type Definition stm32l0::stm32l0x2::adc::cfgr1::R

type R = R<u32, CFGR1>;

Reader of register CFGR1

Methods

impl R[src]

pub fn awdch(&self) -> AWDCH_R[src]

Bits 26:30 - Analog watchdog channel selection

pub fn awden(&self) -> AWDEN_R[src]

Bit 23 - Analog watchdog enable

pub fn awdsgl(&self) -> AWDSGL_R[src]

Bit 22 - Enable the watchdog on a single channel or on all channels

pub fn discen(&self) -> DISCEN_R[src]

Bit 16 - Discontinuous mode

pub fn autoff(&self) -> AUTOFF_R[src]

Bit 15 - Auto-off mode

pub fn wait(&self) -> WAIT_R[src]

Bit 14 - Auto-delayed conversion mode

pub fn cont(&self) -> CONT_R[src]

Bit 13 - Single / continuous conversion mode

pub fn ovrmod(&self) -> OVRMOD_R[src]

Bit 12 - Overrun management mode

pub fn exten(&self) -> EXTEN_R[src]

Bits 10:11 - External trigger enable and polarity selection

pub fn extsel(&self) -> EXTSEL_R[src]

Bits 6:8 - External trigger selection

pub fn align(&self) -> ALIGN_R[src]

Bit 5 - Data alignment

pub fn res(&self) -> RES_R[src]

Bits 3:4 - Data resolution

pub fn scandir(&self) -> SCANDIR_R[src]

Bit 2 - Scan sequence direction

pub fn dmacfg(&self) -> DMACFG_R[src]

Bit 1 - Direct memery access configuration

pub fn dmaen(&self) -> DMAEN_R[src]

Bit 0 - Direct memory access enable