All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_SpiData Struct Reference

SPI data. More...

#include <vexspi.h>

Data Fields

spiTxPacket txdata
 tx data packet More...
 
spiRxPacket rxdata
 valid rx data packet More...
 
spiRxPacket rxdata_t
 receive data packet, may have errors More...
 
uint16_t online
 online status More...
 
uint32_t errors
 number of packets received with error More...
 

Detailed Description

SPI data.

All SPI related data collected in this structure

Field Documentation

spiTxPacket txdata

tx data packet

spiRxPacket rxdata

valid rx data packet

spiRxPacket rxdata_t

receive data packet, may have errors

uint16_t online

online status

uint32_t errors

number of packets received with error


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