NetBurner 3.1
conf_wifi.h File Reference

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)
 

Detailed Description

WiFi Settings.

Copyright (C) 2014 Atmel Corporation. All rights reserved.

Macro Definition Documentation

◆ CONF_WIFI_SPI

#define CONF_WIFI_SPI   SPI

SPI pin and instance settings.

◆ CONF_WIFI_SPI_DLYBS

#define CONF_WIFI_SPI_DLYBS   (0)

SPI delay before SPCK and between consecutive transfer.

◆ CONF_WIFI_SPI_INT_PIN

#define CONF_WIFI_SPI_INT_PIN   IOPORT_CREATE_PIN(PIOA, 1)

SPI interrupt pin.

◆ CONF_WIFI_SPI_INT_PRIORITY

#define CONF_WIFI_SPI_INT_PRIORITY   (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY)

Highest INT priority that can call FreeRTOS FromISR() functions.