TrgselR

Type Alias TrgselR 

pub type TrgselR = FieldReader<Trgsel>;
Expand description

Field TRGSEL reader - Trigger Select

Aliased Type§

pub struct TrgselR { /* private fields */ }

Implementations§

§

impl TrgselR

pub const fn variant(&self) -> Trgsel

Get enumerated values variant

pub fn is_00(&self) -> bool

Input trigger is disabled.

pub fn is_01(&self) -> bool

Input trigger is used instead of RXD pin input.

pub fn is_10(&self) -> bool

Input trigger is used instead of CTS_B pin input.

pub fn is_11(&self) -> bool

Input trigger is used to modulate the TXD pin output. The TXD pin output (after TXINV configuration) is ANDed with the input trigger.