Type Definition efm32gg11b_pac::efm32gg11b110::csen::ctrl::CM_W

source ·
pub type CM_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, CM_A, 2, O>;
Expand description

Field CM writer - CSEN Conversion Mode Select

Implementations§

source§

impl<'a, const O: u8> CM_W<'a, O>

source

pub fn sgl(self) -> &'a mut W

Single Channel Mode: One conversion of a single channel (when MCE = 0) or set of bonded channels (when MCE = 1) per conversion trigger.

source

pub fn scan(self) -> &'a mut W

Scan Mode: Scans multiple selected channels once per conversion trigger.

source

pub fn contsgl(self) -> &'a mut W

Continuous Single Channel: Continuous conversion of a single channel (when MCE = 0) or set of bonded channels (when MCE = 1).

source

pub fn contscan(self) -> &'a mut W

Continuous Scan Mode: Continuously scans multiple selected channels.