| Xmega Application Note | |||||
SPI slave struct. Holds pointers to SPI module and used port. More...
#include <spi_driver.h>
Data Fields | |
| SPI_t * | module |
| Pointer to what module to use. | |
| PORT_t * | port |
| Pointer to port. | |
SPI slave struct. Holds pointers to SPI module and used port.
| SPI_t* SPI_Slave::module |
Pointer to what module to use.
Definition at line 107 of file spi_driver.h.
Referenced by SPI_SlaveInit().
| PORT_t* SPI_Slave::port |