Xmega Application Note | |||||
#include <spi_driver.h>
Data Fields | |
SPI_DataPacket_t * | dataPacket |
Holds transceive data. | |
bool | interrupted |
True if interrupted by other master (SS pulled low). | |
SPI_t * | module |
Pointer to what module to use. | |
PORT_t * | port |
Pointer to port. |
Definition at line 92 of file spi_driver.h.
Holds transceive data.
Definition at line 97 of file spi_driver.h.
Referenced by SPI_MasterInit(), SPI_MasterInterruptHandler(), SPI_MasterInterruptTransceivePacket(), and SPI_MasterTransceivePacket().
True if interrupted by other master (SS pulled low).
Definition at line 96 of file spi_driver.h.
Referenced by SPI_MasterInit(), SPI_MasterInterruptHandler(), and SPI_MasterInterruptTransceivePacket().
SPI_t* SPI_Master::module |
Pointer to what module to use.
Definition at line 94 of file spi_driver.h.
Referenced by SPI_MasterInit(), SPI_MasterInterruptHandler(), SPI_MasterInterruptTransceivePacket(), SPI_MasterTransceiveByte(), and SPI_MasterTransceivePacket().
PORT_t* SPI_Master::port |
Pointer to port.
Definition at line 95 of file spi_driver.h.
Referenced by SPI_MasterInit(), and SPI_MasterInterruptTransceivePacket().
Generated on Mon Nov 2 13:52:30 2009 for AVR1309 Using the XMEGA SPI by ![]() |