1.2.11 Write TX FIFO
Description
The SPI command “Write TX FIFO” writes n data bytes into the TX data FIFO. The number of data bytes is given in the length parameter. The access direction of the DFIFO is switched automatically and restored to the origin value at the end of the command (direction temporarily stored in the T-bit).
Command Frame
Host |
0x0B |
length |
data |
data |
data |
… |
data |
ATA8510/15 |
events.system |
events.events |
dummy |
dummy |
dummy |
… |
dummy |
Parameters
- 0x0B – Command ID
- length – Number of bytes to be written to DFIFO
- data – Data byte 1
- data – Data byte 2
- …
- data – Data byte n
Return Values
- events.system – Event byte (for details see SPI command “Get Event Bytes”)
- events.events – Event byte (for details see SPI command “Get Event Bytes”)
- dummy – Dummy byte (no information)
- dummy – Dummy byte (no information)
- …
- dummy – Dummy byte (no information)