TxctscR

Type Alias TxctscR 

pub type TxctscR = BitReader<Txctsc>;
Expand description

Field TXCTSC reader - Transmit CTS Configuration

Aliased Type§

pub struct TxctscR { /* private fields */ }

Implementations§

§

impl TxctscR

pub const fn variant(&self) -> Txctsc

Get enumerated values variant

pub fn is_0(&self) -> bool

CTS input is sampled at the start of each character.

pub fn is_1(&self) -> bool

CTS input is sampled when the transmitter is idle.