![GigaDevice Semiconductor GD32A50 Series Скачать руководство пользователя страница 501](http://html.mh-extra.com/html/gigadevice-semiconductor/gd32a50-series/gd32a50-series_user-manual_2225782501.webp)
GD32A50x User Manual
501
0: USART reception path is idle.
1: USART reception path is working.
15:13
Reserved
Must be kept at reset value.
12
EBF
End of block flag.
0: End of Block not reached.
1: End of Block (number of characters) reached. An interrupt is generated if the
EBIE=1 in the USART_CTL1 register.
Set by hardware when the number of received bytes (from the start of the block,
including the prologue) is equal or greater than BLEN + 4.
Cleared by writing 1 to EBC bit in USART_INTC register.
11
RTF
Receiver timeout flag
0: Timeout value not reached
1: Timeout value reached without any data reception. An interrupt is generated if
RTIE bit in the USART_CTL1 register is set.
Set by hardware when the RT value, programmed in the USART_RT register has
lapsed without any communication.
Cleared by writing 1 to RTC bit in USART_INTC register.
The timeout corresponds to the CWT or BWT timings in smartcard mode.
10
CTS
CTS level.
This bit equals to the inverted level of the nCTS input pin.
0: nCTS input pin is in high level.
1: nCTS input pin is in low level.
9
CTSF
CTS change flag.
0: No change occurred on the nCTS status line.
1: A change occurred on the nCTS status line. An interrupt will occur if the CTSIE
bit is set in USART_CTL2.
Set by hardware when the nCTS input toggles.
Cleared by writing 1 to CTSC bit in USART_INTC register.
8
LBDF
LIN break detected flag.
0: LIN Break is not detected.
1: LIN Break is detected. An interrupt will occur if the LBDIE bit is set in
USART_CTL1.
Set by hardware when the LIN break is detected.
Cleared by writing 1 to LBDC bit in USART_INTC register.
7
TBE
Transmit data register empty.
0: Data is not transferred to the shift register.
1: Data is transferred to the shift register. An interrupt will occur if the TBEIE bit is
set in USART_CTL0.
Set by hardware when the content of the USART_TDATA register has been
transferred into the transmit shift register or writing 1 to TXFCMD bit of the