Enum stm32f4xx_hal::pac::sdio::sta::RXFIFOHF_A
source · [−]pub enum RXFIFOHF_A {
NotHalfFull,
HalfFull,
}
Expand description
Receive FIFO half full: there are at least 8 words in the FIFO
Value on reset: 0
Variants
NotHalfFull
0: Receive FIFO not half full
HalfFull
1: Receive FIFO half full. At least 8 words in the FIFO
Trait Implementations
sourceimpl Clone for RXFIFOHF_A
impl Clone for RXFIFOHF_A
sourcefn clone(&self) -> RXFIFOHF_A
fn clone(&self) -> RXFIFOHF_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RXFIFOHF_A
impl Debug for RXFIFOHF_A
sourceimpl PartialEq<RXFIFOHF_A> for RXFIFOHF_A
impl PartialEq<RXFIFOHF_A> for RXFIFOHF_A
sourcefn eq(&self, other: &RXFIFOHF_A) -> bool
fn eq(&self, other: &RXFIFOHF_A) -> bool
impl Copy for RXFIFOHF_A
impl StructuralPartialEq for RXFIFOHF_A
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more