Type Definition efm32gg11b_pac::efm32gg11b840::csen::ctrl::STM_W

source ·
pub type STM_W<'a, const O: u8> = FieldWriter<'a, u32, CTRL_SPEC, u8, STM_A, 2, O>;
Expand description

Field STM writer - Start Trigger Select

Implementations§

source§

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

source

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

PRS Triggering. Conversions are triggered by the PRS channel selected in PRSSEL.

source

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

Timer Triggering. Conversions are triggered by a local CSEN timer reload.

source

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

Software Triggering. Conversions are triggered by writing a 1 to the START field of the CMD register.