WiFi Settings. More...
Go to the source code of this file.
Macros | |
#define | CONF_WIFI_SPI SPI |
#define | CONF_WIFI_SPI_DLYBS (0) |
#define | CONF_WIFI_SPI_INT_PIN IOPORT_CREATE_PIN(PIOA, 1) |
#define | CONF_WIFI_SPI_INT_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) |
WiFi Settings.
Copyright (C) 2014 Atmel Corporation. All rights reserved.
#define CONF_WIFI_SPI SPI |
SPI pin and instance settings.
#define CONF_WIFI_SPI_DLYBS (0) |
SPI delay before SPCK and between consecutive transfer.
#define CONF_WIFI_SPI_INT_PIN IOPORT_CREATE_PIN(PIOA, 1) |
SPI interrupt pin.
#define CONF_WIFI_SPI_INT_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) |
Highest INT priority that can call FreeRTOS FromISR() functions.