Enum Rxuf
pub enum Rxuf {
_0 = 0,
_1 = 1,
}Expand description
Receiver Buffer Underflow Flag
Value on reset: 0
Variants§
_0 = 0
0: No receive buffer underflow has occurred since the last time the flag was cleared.
_1 = 1
1: At least one receive buffer underflow has occurred since the last time the flag was cleared.
Trait Implementations§
impl Copy for Rxuf
impl Eq for Rxuf
impl StructuralPartialEq for Rxuf
Auto Trait Implementations§
impl Freeze for Rxuf
impl RefUnwindSafe for Rxuf
impl Send for Rxuf
impl Sync for Rxuf
impl Unpin for Rxuf
impl UnwindSafe for Rxuf
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