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   GPIO_JOYSTICK_PUSH
 The active-low GPIO pin to exit the STATIC sleep mode (by generating an external interrupt). More...
 
#define WAKE_BUTTON_EIC_FUNCTION   AVR32_EIC_EXTINT_8_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 EVK1101's on-board LED0.

Referenced by main().

#define WAKE_BUTTON_EIC_FUNCTION   AVR32_EIC_EXTINT_8_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   GPIO_JOYSTICK_PUSH

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

Note
This is the EVK1101's on-board joystick (push).

Referenced by main().