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   AVR32_EIC_EXTINT_1_0_PIN
 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_1_0_FUNCTION
 The EIC function of the wake pin. More...
 
#define WAKE_BUTTON_EIC_LINE   AVR32_EIC_INT1
 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 UC3L-EK's on-board LED A.

Referenced by main().

#define WAKE_BUTTON_EIC_FUNCTION   AVR32_EIC_EXTINT_1_0_FUNCTION

The EIC function of the wake pin.

Referenced by main().

#define WAKE_BUTTON_EIC_LINE   AVR32_EIC_INT1

The EIC line of the wake pin.

Referenced by main().

#define WAKE_BUTTON_EIC_PIN   AVR32_EIC_EXTINT_1_0_PIN

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

Note
This is PA9 on the UC3L-EK's J14 header. Connect to GND to pull low.

Referenced by main().