![GigaDevice Semiconductor GD32E23 Series Скачать руководство пользователя страница 464](http://html.mh-extra.com/html/gigadevice-semiconductor/gd32e23-series/gd32e23-series_user-manual_2225794464.webp)
GD32E23x User Manual
464
Writing 1 to this bit clears the PERR bit in the USART_STAT register.
16.4.10.
Receive data register (USART_RDATA)
Address offset: 0x24
Reset value: 0xXXXX XXXX
This register has to be accessed by word (32-bit).
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
Reserved
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
Reserved
RDATA[8:0]
r
Bits
Fields
Descriptions
31:9
Reserved
Must be kept at reset value.
8:0
RDATA[8:0]
Receive data value
The received data character is contained in these bits.
The value read in the MSB (bit 7 or bit 8 depending on the data length) will be the
received parity bit, if receiving with the parity is enabled (PCEN bit set to 1 in the
USART_CTL0 register).
16.4.11.
Transmit data register (USART_TDATA)
Address offset: 0x28
Reset value: 0xXXXX XXXX
This register has to be accessed by word (32-bit).
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
Reserved
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
Reserved
TDATA[8:0]
rw
Bits
Fields
Descriptions
31:9
Reserved
Must be kept at reset value.
8:0
TDATA[8:0]
Transmit data value
The transmit data character is contained in these bits.
The value written in the MSB (bit 7 or bit 8 depending on the data length) will be
replaced by the parity, when transmitting with the parity is enabled (PCEN bit set to
1 in the USART_CTL0 register).