pub type RXFIFOHF_R = BitReader<RXFIFOHF_A>;
Expand description
Field RXFIFOHF
reader - Receive FIFO half full: there are at least 8 words in the FIFO
Implementations
sourceimpl RXFIFOHF_R
impl RXFIFOHF_R
sourcepub fn variant(&self) -> RXFIFOHF_A
pub fn variant(&self) -> RXFIFOHF_A
Get enumerated values variant
sourcepub fn is_not_half_full(&self) -> bool
pub fn is_not_half_full(&self) -> bool
Checks if the value of the field is NotHalfFull
sourcepub fn is_half_full(&self) -> bool
pub fn is_half_full(&self) -> bool
Checks if the value of the field is HalfFull