Type Alias TS_R

Source
pub type TS_R = FieldReader<TS>;
Expand description

Field TS reader - Trigger selection

Aliased Type§

struct TS_R { /* private fields */ }

Implementations§

Source§

impl TS_R

Source

pub const fn variant(&self) -> Option<TS>

Get enumerated values variant

Source

pub fn is_itr0(&self) -> bool

Internal Trigger 0 (ITR0)

Source

pub fn is_itr1(&self) -> bool

Internal Trigger 1 (ITR1)

Source

pub fn is_itr2(&self) -> bool

Internal Trigger 2 (ITR2)

Source

pub fn is_ti1f_ed(&self) -> bool

TI1 Edge Detector (TI1F_ED)

Source

pub fn is_ti1fp1(&self) -> bool

Filtered Timer Input 1 (TI1FP1)

Source

pub fn is_ti2fp2(&self) -> bool

Filtered Timer Input 2 (TI2FP2)

Source

pub fn is_etrf(&self) -> bool

External Trigger input (ETRF)