Xmega Application Note


SPI_Master Struct Reference

#include <spi_driver.h>

Collaboration diagram for SPI_Master:

Collaboration graph
[legend]

Detailed Description

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

Definition at line 92 of file spi_driver.h.


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.

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 Wed Apr 23 07:58:06 2008 for AVR1309 Using the XMEGA SPI by doxygen 1.5.5