pub enum RXRTSEW {
_0,
_1,
}Expand description
Values that can be written to the field RXRTSE
Variants§
_0
The receiver has no effect on RTS.
_1
RTS is deasserted if the number of characters in the receiver data register (FIFO) is equal to or greater than RWFIFO[RXWATER]. RTS is asserted when the number of characters in the receiver data register (FIFO) is less than RWFIFO[RXWATER].
Auto Trait Implementations§
impl Freeze for RXRTSEW
impl RefUnwindSafe for RXRTSEW
impl Send for RXRTSEW
impl Sync for RXRTSEW
impl Unpin for RXRTSEW
impl UnwindSafe for RXRTSEW
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