Type Alias TxctseW
pub type TxctseW<'a, REG> = BitWriter<'a, REG, Txctse>;Expand description
Field TXCTSE writer - Transmitter clear-to-send enable
Aliased Type§
pub struct TxctseW<'a, REG> { /* private fields */ }Implementations§
§impl<'a, REG> TxctseW<'a, REG>where
REG: Writable + RegisterSpec,
impl<'a, REG> TxctseW<'a, REG>where
REG: Writable + RegisterSpec,
pub fn _1(self) -> &'a mut W<REG>
pub fn _1(self) -> &'a mut W<REG>
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.