pub enum RDRFR {
_0,
_1,
}Expand description
Possible values of the field RDRF
Variants§
_0
The number of datawords in the receive buffer is less than the number indicated by RXWATER.
_1
The number of datawords in the receive buffer is equal to or greater than the number indicated by RXWATER at some point in time since this flag was last cleared.
Implementations§
Source§impl RDRFR
impl RDRFR
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 RDRFR
impl StructuralPartialEq for RDRFR
Auto Trait Implementations§
impl Freeze for RDRFR
impl RefUnwindSafe for RDRFR
impl Send for RDRFR
impl Sync for RDRFR
impl Unpin for RDRFR
impl UnwindSafe for RDRFR
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