TxctscW

Type Alias TxctscW 

pub type TxctscW<'a, REG> = BitWriter<'a, REG, Txctsc>;
Expand description

Field TXCTSC writer - Transmit CTS Configuration

Aliased Type§

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

Implementations§

§

impl<'a, REG> TxctscW<'a, REG>
where REG: Writable + RegisterSpec,

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

CTS input is sampled at the start of each character.

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

CTS input is sampled when the transmitter is idle.