![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Definition at line 117 of file ssp_11xx.h.
#include "ssp_11xx.h"
Data Fields | |
| void * | tx_data |
| uint32_t | tx_cnt |
| void * | rx_data |
| uint32_t | rx_cnt |
| uint32_t | length |
| uint32_t length |
Length of transfer data
Definition at line 122 of file ssp_11xx.h.
| uint32_t rx_cnt |
Receive counter
Definition at line 121 of file ssp_11xx.h.
| void * rx_data |
Pointer to transmit data
Definition at line 120 of file ssp_11xx.h.
| uint32_t tx_cnt |
Transmit counter
Definition at line 119 of file ssp_11xx.h.
| void * tx_data |
Pointer to transmit data
Definition at line 118 of file ssp_11xx.h.