![GigaDevice Semiconductor GD32E23 Series Скачать руководство пользователя страница 454](http://html.mh-extra.com/html/gigadevice-semiconductor/gd32e23-series/gd32e23-series_user-manual_2225794454.webp)
GD32E23x User Manual
454
stop retransmission.
This bit is reserved in USART1.
16
Reserved
Must be kept at reset value.
15
DEP
Driver enable polarity mode
0: DE signal is active high
1: DE signal is active low
This bit field cannot be written when the USART is enabled (UEN=1).
14
DEM
Driver enable mode
This bit is used to activate the external transceiver control, through the DE signal,
which is output on the RTS pin.
0: Disable DE function
1: Enable DE function
This bit field cannot be written when the USART is enabled (UEN=1).
13
DDRE
Disable DMA on reception error
0: DMA is not disabled in case of reception error. The DMA request is not asserted
to make sure the erroneous data is not transferred, but the next correct received
data will be transferred. The RBNE is kept 0 to prevent overrun, but the
corresponding error flag is set. This mode can be used in smartcard mode
1: DMA is disabled following a reception error. The DMA request is not asserted
until the error flag is cleared. The RBNE flag and corresponding error flag will be
set. The software must first disable the DMA request (DMAR = 0) or clear RBNE
before clearing the error flag
This bit field cannot be written when the USART is enabled (UEN=1).
12
OVRD
Overrun disable
0: Enable overrun functionality. The ORERR error flag will be set when received
data is not read before receiving new data, and the new data will be lost
1: Disable overrun functionality. The ORERR error flag will not be set when
received data is not read before receiving new data, and the new received data
overwrites the previous content of the USART_RDATA register
This bit field cannot be written when the USART is enabled (UEN=1).
11
OSB
One sample bit method
0: Three sample bit method
1: One sample bit method
This bit field cannot be written when the USART is enabled (UEN=1).
10
CTSIE
CTS interrupt enable
0: Disable CTS interrupt
1: Enable CTS interrupt. An interrupt will occur when the CTS bit is set in
USART_STAT
9
CTSEN
CTS enable
0: Disable CTS hardware flow control