pub enum OVRDISW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field OVRDIS
Variants§
ENABLED
Overrun Error Flag, ORE, is set when received data is not read before receiving new data
DISABLED
Overrun functionality is disabled. If new data is received while the RXNE flag is still set the ORE flag is not set and the new received data overwrites the previous content of the RDR register
Auto Trait Implementations§
impl Freeze for OVRDISW
impl RefUnwindSafe for OVRDISW
impl Send for OVRDISW
impl Sync for OVRDISW
impl Unpin for OVRDISW
impl UnwindSafe for OVRDISW
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