pub enum RTSE_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
RTS enable
Value on reset: 0
Variants§
DISABLED = 0
0: RTS hardware flow control disabled
ENABLED = 1
1: RTS output enabled, data is only requested when there is space in the receive buffer
Trait Implementations§
impl Copy for RTSE_A
impl StructuralPartialEq for RTSE_A
Auto Trait Implementations§
impl Freeze for RTSE_A
impl RefUnwindSafe for RTSE_A
impl Send for RTSE_A
impl Sync for RTSE_A
impl Unpin for RTSE_A
impl UnwindSafe for RTSE_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