Microchip® Advanced Software Framework

conf_example.h File Reference

Chip-specific example configuration.

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

Macros

#define LED_STATUS_OFF   LED_0_INACTIVE
 
#define LED_STATUS_ON   LED_0_ACTIVE
 
Example configuration
#define WAKE_BUTTON_EIC_PIN   SW0_EIC_PIN
 The active-low GPIO pin to exit the WAIT/RET mode (by generating an external interrupt). More...
 
#define WAKE_BUTTON_EIC_FUNCTION   SW0_EIC_PIN_MUX
 The EIC function of the wake pin. More...
 
#define WAKE_BUTTON_EIC_LINE   SW0_EIC_LINE
 The EIC line of the wake pin. More...
 
#define LED_ACTIVITY_STATUS_PIN   LED_0_PIN
 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   LED_0_PIN

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 SAM4L Xplained Pro on-board LED.

Referenced by main().

#define LED_STATUS_OFF   LED_0_INACTIVE

Referenced by main().

#define LED_STATUS_ON   LED_0_ACTIVE

Referenced by main().

#define WAKE_BUTTON_EIC_FUNCTION   SW0_EIC_PIN_MUX

The EIC function of the wake pin.

#define WAKE_BUTTON_EIC_LINE   SW0_EIC_LINE

The EIC line of the wake pin.

#define WAKE_BUTTON_EIC_PIN   SW0_EIC_PIN

The active-low GPIO pin to exit the WAIT/RET mode (by generating an external interrupt).

Note
This is push button on the SAM4L Xplained Pro.