GD32F10x User Manual
445
0: Transmit data buffer is not empty.
1: Transmit data buffer is empty.
6
TC
Transmission complete
This bit is set after power on. If the TBE bit has been set, this bit is set when the
transmission of current data is complete. An interrupt occurs if the TCIE bit in
USART_CTL0 is set.
Software can clear this bit by writing 0 to it.
0: Transmission of current data is not complete.
1: Transmission of current data is complete.
5
RBNE
Read data buffer not empty
This bit is set when the read data buffer is filled with a data frame, which has been
received through the receive shift register. An interrupt occurs if the RBNEIE bit in
USART_CTL0 is set.
Software can clear this bit by writing 0 to it or by reading the USART_DATA register.
0: Read data buffer is empty.
1: Read data buffer is not empty.
4
IDLEF
IDLE frame detected flag
This bit is set when the RX pin has been detected in idle state for a frame time. An
interrupt occurs if the IDLEIE bit in USART_CTL0 is set.
Software can clear this bit by reading the USART_STAT and USART_DATA
registers one by one.
0: The USART module does not detect an IDLE frame.
1: The USART module has detected an IDLE frame.
3
ORERR
Overrun error
This bit is set if the RBNE is not cleared and a new data frame is received through
the receive shift register. An interrupt occurs if the ERRIE bit in USART_CTL2 is
set.
Software can clear this bit by reading the USART_STAT and USART_DATA
registers one by one.
0: The USART does not detect a overrun error.
1: The USART has detected a overrun error.
2
NERR
Noise error flag
This bit is set if the USART detects noise on the RX pin when receiving a frame. An
interrupt occurs if the ERRIE bit in USART_CTL2 is set.
Software can clear this bit by reading the USART_STAT and USART_DATA
registers one by one.
0: The USART does not detect a noise error.
1: The USART has detected a noise error.
1
FERR
Frame error flag
This bit is set when the RX pin is detected low during the stop bits of a receive
Содержание GD32F10 Series
Страница 1: ...GigaDevice Semiconductor Inc GD32F10x Arm Cortex M3 32 bit MCU User Manual Revision 2 6 Jun 2022 ...
Страница 63: ...GD32F10x User Manual 63 programmed during the chip production ...
Страница 117: ...GD32F10x User Manual 117 010 1 0 011 0 9 ...
Страница 416: ...GD32F10x User Manual 416 shadow register updates every update event ...
Страница 427: ...GD32F10x User Manual 427 value ...
Страница 518: ...GD32F10x User Manual 518 These bits are not used in SPI mode ...