Enum Txctsc
pub enum Txctsc {
_0 = 0,
_1 = 1,
}Expand description
Transmit CTS Configuration
Value on reset: 0
Variants§
_0 = 0
0: CTS input is sampled at the start of each character.
_1 = 1
1: CTS input is sampled when the transmitter is idle.
Trait Implementations§
impl Copy for Txctsc
impl Eq for Txctsc
impl StructuralPartialEq for Txctsc
Auto Trait Implementations§
impl Freeze for Txctsc
impl RefUnwindSafe for Txctsc
impl Send for Txctsc
impl Sync for Txctsc
impl Unpin for Txctsc
impl UnwindSafe for Txctsc
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