pub enum CTSE {
Disabled = 0,
Enabled = 1,
}
Expand description
CTS enable
Value on reset: 0
Variants§
Disabled = 0
0: CTS hardware flow control disabled
Enabled = 1
1: CTS mode enabled, data is only transmitted when the CTS input is asserted
Trait Implementations§
impl Copy for CTSE
impl Eq for CTSE
impl StructuralPartialEq for CTSE
Auto Trait Implementations§
impl Freeze for CTSE
impl RefUnwindSafe for CTSE
impl Send for CTSE
impl Sync for CTSE
impl Unpin for CTSE
impl UnwindSafe for CTSE
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