LPCOpen Platform for LPC18XX/43XX microcontrollers  18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
Data Fields
Chip_SSP_DATA_SETUP_T Struct Reference

Detailed Description

Definition at line 470 of file ssp_18xx_43xx.h.

#include "ssp_18xx_43xx.h"

Data Fields

void * tx_data
 
uint32_t tx_cnt
 
void * rx_data
 
uint32_t rx_cnt
 
uint32_t length
 

Field Documentation

uint32_t length

Length of transfer data

Definition at line 475 of file ssp_18xx_43xx.h.

uint32_t rx_cnt

Receive counter

Definition at line 474 of file ssp_18xx_43xx.h.

void* rx_data

Pointer to transmit data

Definition at line 473 of file ssp_18xx_43xx.h.

uint32_t tx_cnt

Transmit counter

Definition at line 472 of file ssp_18xx_43xx.h.

void* tx_data

Pointer to transmit data

Definition at line 471 of file ssp_18xx_43xx.h.


The documentation for this struct was generated from the following file: