TrgselW

Type Alias TrgselW 

pub type TrgselW<'a, REG> = FieldWriter<'a, REG, 2, Trgsel, Safe>;
Expand description

Field TRGSEL writer - Trigger Select

Aliased Type§

pub struct TrgselW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> TrgselW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

pub fn _00(self) -> &'a mut W<REG>

Input trigger is disabled.

pub fn _01(self) -> &'a mut W<REG>

Input trigger is used instead of RXD pin input.

pub fn _10(self) -> &'a mut W<REG>

Input trigger is used instead of CTS_B pin input.

pub fn _11(self) -> &'a mut W<REG>

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