![]() |
LPCOpen Platform for LPC112X microcontrollers
112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
|
Definition at line 443 of file ssp_112x.h.
#include "ssp_112x.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 448 of file ssp_112x.h.
uint32_t rx_cnt |
Receive counter
Definition at line 447 of file ssp_112x.h.
void* rx_data |
Pointer to transmit data
Definition at line 446 of file ssp_112x.h.
uint32_t tx_cnt |
Transmit counter
Definition at line 445 of file ssp_112x.h.
void* tx_data |
Pointer to transmit data
Definition at line 444 of file ssp_112x.h.