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