Enum Txctse
pub enum Txctse {
_0 = 0,
_1 = 1,
}Expand description
Transmitter clear-to-send enable
Value on reset: 0
Variants§
_0 = 0
0: CTS has no effect on the transmitter.
_1 = 1
1: 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.
Trait Implementations§
impl Copy for Txctse
impl Eq for Txctse
impl StructuralPartialEq for Txctse
Auto Trait Implementations§
impl Freeze for Txctse
impl RefUnwindSafe for Txctse
impl Send for Txctse
impl Sync for Txctse
impl Unpin for Txctse
impl UnwindSafe for Txctse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more