pub enum RFNE_A {
EMPTY = 0,
NOT_EMPTY = 1,
}
Expand description
Receive FIFO Not Empty. This bit is set when the receive FIFO contains one or more entries; it is cleared when the receive FIFO is empty. - 0: Receive FIFO is empty - 1: Receive FIFO is not empty Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RFNE_A
impl Eq for RFNE_A
impl StructuralPartialEq for RFNE_A
Auto Trait Implementations§
impl Freeze for RFNE_A
impl RefUnwindSafe for RFNE_A
impl Send for RFNE_A
impl Sync for RFNE_A
impl Unpin for RFNE_A
impl UnwindSafe for RFNE_A
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