TxctseR

Type Alias TxctseR 

pub type TxctseR = BitReader<Txctse>;
Expand description

Field TXCTSE reader - Transmitter clear-to-send enable

Aliased Type§

pub struct TxctseR { /* private fields */ }

Implementations§

§

impl TxctseR

pub const fn variant(&self) -> Txctse

Get enumerated values variant

pub fn is_0(&self) -> bool

CTS has no effect on the transmitter.

pub fn is_1(&self) -> bool

Enables clear-to-send operation. The transmitter checks the state of CTS each time it is ready to send a character. If CTS is asserted, the character is sent. If CTS is deasserted, the signal TXD remains in the mark state and transmission is delayed until CTS is asserted. Changes in CTS as a character is being sent do not affect its transmission.