pub type TXFIFOHE_R = BitReader<TXFIFOHE_A>;
Expand description
Field TXFIFOHE
reader - Transmit FIFO half empty: at least 8 words can be written into the FIFO
Implementations
sourceimpl TXFIFOHE_R
impl TXFIFOHE_R
sourcepub fn variant(&self) -> TXFIFOHE_A
pub fn variant(&self) -> TXFIFOHE_A
Get enumerated values variant
sourcepub fn is_not_half_empty(&self) -> bool
pub fn is_not_half_empty(&self) -> bool
Checks if the value of the field is NotHalfEmpty
sourcepub fn is_half_empty(&self) -> bool
pub fn is_half_empty(&self) -> bool
Checks if the value of the field is HalfEmpty