pub enum RXRTSER {
_0,
_1,
}Expand description
Possible values of 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].
Implementations§
Source§impl RXRTSER
impl RXRTSER
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
impl Copy for RXRTSER
impl StructuralPartialEq for RXRTSER
Auto Trait Implementations§
impl Freeze for RXRTSER
impl RefUnwindSafe for RXRTSER
impl Send for RXRTSER
impl Sync for RXRTSER
impl Unpin for RXRTSER
impl UnwindSafe for RXRTSER
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