pub enum RXFIFOHF_A {
NotHalfFull = 0,
HalfFull = 1,
}
Expand description
Receive FIFO half full: there are at least 8 words in the FIFO
Value on reset: 0
Variants§
NotHalfFull = 0
0: Receive FIFO not half full
HalfFull = 1
1: Receive FIFO half full. At least 8 words in the FIFO
Trait Implementations§
Source§impl Clone for RXFIFOHF_A
impl Clone for RXFIFOHF_A
Source§fn clone(&self) -> RXFIFOHF_A
fn clone(&self) -> RXFIFOHF_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RXFIFOHF_A
impl Debug for RXFIFOHF_A
Source§impl PartialEq for RXFIFOHF_A
impl PartialEq for RXFIFOHF_A
impl Copy for RXFIFOHF_A
impl StructuralPartialEq for RXFIFOHF_A
Auto Trait Implementations§
impl Freeze for RXFIFOHF_A
impl RefUnwindSafe for RXFIFOHF_A
impl Send for RXFIFOHF_A
impl Sync for RXFIFOHF_A
impl Unpin for RXFIFOHF_A
impl UnwindSafe for RXFIFOHF_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