TMPM4G9
V1.0.0.0
|
Receive information. More...
Data Fields | |
volatile ReceiveState | state |
volatile uint32_t | wp |
volatile uint32_t | rp |
volatile uint32_t | length |
volatile uint8_t | buff [TSPI_IO_RECEIVE_MAX] |
Receive information.
volatile uint8_t buff[TSPI_IO_RECEIVE_MAX] |
Receive data.
volatile uint32_t length |
Num of receive data.
volatile uint32_t rp |
Read pointer(Now, no use).
volatile ReceiveState state |
Status.
volatile uint32_t wp |
Write pointer.