pub enum RXFRQW {
DISCARD,
}
Expand description
Values that can be written to the field RXFRQ
Variants§
DISCARD
clears the RXNE flag. This allows to discard the received data without reading it, and avoid an overrun condition
Auto Trait Implementations§
impl Freeze for RXFRQW
impl RefUnwindSafe for RXFRQW
impl Send for RXFRQW
impl Sync for RXFRQW
impl Unpin for RXFRQW
impl UnwindSafe for RXFRQW
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