Struct stm32g0::stm32g0b0::usart1::isr_fifo_enabled::RXFF_R [−][src]
pub struct RXFF_R(_);
Expand description
Field RXFF
reader - RXFIFO full This bit is set by hardware when the number of received data corresponds to RXFIFO size + 1 (RXFIFO full + 1 data in the USART_RDR register. An interrupt is generated if the RXFFIE bit  = 1 in the USART_CR1 register.
Implementations
Methods from Deref<Target = FieldReader<bool, RXFF_A>>
Returns true
if the bit is clear (0).
Returns true
if the bit is set (1).