pub enum CTS_A {
ENABLE = 1,
DISABLE = 0,
}
Expand description
Enable Clear-to-Send flow control signal
Value on reset: 0
Variants§
ENABLE = 1
1: Enable Clear-to-Send flow control signal
DISABLE = 0
0: Disable Clear-to-Send flow control signal
Trait Implementations§
impl Copy for CTS_A
impl Eq for CTS_A
impl StructuralPartialEq for CTS_A
Auto Trait Implementations§
impl Freeze for CTS_A
impl RefUnwindSafe for CTS_A
impl Send for CTS_A
impl Sync for CTS_A
impl Unpin for CTS_A
impl UnwindSafe for CTS_A
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