GD32F403xx User Manual
560
These bits define the remaining number words to be written or read from the FIFO.
It loads the data length register (SDIO_DATALEN[24:2] if SDIO_DATALEN is
word-aligned or SDIO_DATALEN[24:2]+1 if SDIO_DATALEN is not word -aligned)
when DATAEN is set, and start count decrement when a word write to or read
from the FIFO.
20.8.15.
FIFO data register (SDIO_FIFO)
Address offset: 0x80
Reset value: 0x0000 0000
This register occupies 32 entries of 32-bit words, the address offset is from 0x80 to 0xFC.
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
FIFODT[31:16]
rw
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
FIFODT[15:0]
rw
Bits
Fields
Descriptions
31:0
FIFODT[31:0]
Receive FIFO data or transmit FIFO data
These bits are the data of receive FIFO or transmit FIFO. Write to or read from this
register is write data to FIFO or read data from FIFO.