Microchip® Advanced Software Framework

conf_example.h File Reference

Chip-specific example configuration.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

Macros

Example configuration
#define WAKE_BUTTON_EIC_PIN   WEXPANSION_EXTINT_PIN
 The active-low GPIO pin to exit the STATIC sleep mode (by generating an external interrupt). More...
 
#define WAKE_BUTTON_EIC_FUNCTION   WEXPANSION_EXTINT_FUNCTION
 The EIC function of the wake pin. More...
 
#define WAKE_BUTTON_EIC_LINE   AVR32_EIC_NMI
 The EIC line of the wake pin. More...
 
#define LED_ACTIVITY_STATUS_PIN   LED0_GPIO
 The LED that will be turned off when the device is in a sleep mode and on when it is active. More...
 

#define LED_ACTIVITY_STATUS_PIN   LED0_GPIO

The LED that will be turned off when the device is in a sleep mode and on when it is active.

Note
This is the EVK1105's on-board LED0.

Referenced by main().

#define WAKE_BUTTON_EIC_FUNCTION   WEXPANSION_EXTINT_FUNCTION

The EIC function of the wake pin.

Referenced by main().

#define WAKE_BUTTON_EIC_LINE   AVR32_EIC_NMI

The EIC line of the wake pin.

Referenced by main().

#define WAKE_BUTTON_EIC_PIN   WEXPANSION_EXTINT_PIN

The active-low GPIO pin to exit the STATIC sleep mode (by generating an external interrupt).

Note
This is pin 5 on EVK1105's header J16. Connect to J16.9 to pull low.

Referenced by main().