pub enum RTSE {
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
impl Eq for RTSE
impl StructuralPartialEq for RTSE
Auto Trait Implementations§
impl Freeze for RTSE
impl RefUnwindSafe for RTSE
impl Send for RTSE
impl Sync for RTSE
impl Unpin for RTSE
impl UnwindSafe for RTSE
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