ATxmega128A1 specific SPI API. More...
#include <regs/xmega_spi.h>#include <chip/memory-map.h>#include <clk/sys.h>#include <spi/spi_xmega.h>#include <spi/spi_mega_xmega.h>Go to the source code of this file.
Defines | |
| #define | SPI_ID_UART_FIRST 4 |
| First SPI ID which is a uart. | |
| #define | SPI_ID_LAST 11 |
| Last SPI ID. | |
| #define | SPI_ID_NATIVE_IS_ENABLED false |
| true if native SPI is enabled | |
| #define | SPI_ID_UART_IS_ENABLED false |
| true if uart SPI is enabled | |
spi_master derived type connections | |
| #define | spi_master_type0 SPI_MASTER_NATIVE_TYPE |
| #define | spi_master_type1 SPI_MASTER_NATIVE_TYPE |
| #define | spi_master_type2 SPI_MASTER_NATIVE_TYPE |
| #define | spi_master_type3 SPI_MASTER_NATIVE_TYPE |
spi_device derived type connections | |
| #define | spi_device_type0 SPI_DEVICE_NATIVE_TYPE |
| #define | spi_device_type1 SPI_DEVICE_NATIVE_TYPE |
| #define | spi_device_type2 SPI_DEVICE_NATIVE_TYPE |
| #define | spi_device_type3 SPI_DEVICE_NATIVE_TYPE |
ATxmega128A1 specific SPI API.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file spi.h.
1.6.3