Xmega Application Note


SPI_Master Struct Reference

SPI master struct. Holds pointer to SPI module, buffers and necessary varibles. More...

#include <spi_driver.h>

Collaboration diagram for SPI_Master:

Collaboration graph
[legend]

Data Fields

SPI_DataPacket_tdataPacket
 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.

Detailed Description

SPI master struct. Holds pointer to SPI module, buffers and necessary varibles.

Definition at line 92 of file spi_driver.h.


Field Documentation

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().

Pointer to port.

Definition at line 95 of file spi_driver.h.

Referenced by SPI_MasterInit(), and SPI_MasterInterruptTransceivePacket().

@DOC_TITLE@
Generated on Mon Nov 2 13:52:30 2009 for AVR1309 Using the XMEGA SPI by doxygen 1.5.9