Microchip® Advanced Software Framework

conf_example.h File Reference

Configuration File for GPIO example.

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

Macros

#define EXAMPLE_BUTTON_INT   SW0_PIN
 Using button SW0 on SAM4L8 Xplained Pro to trigger an interrupt. More...
 
#define EXAMPLE_GND_NAME   "EXT2/PIN2"
 
#define EXAMPLE_PIN_EVENT   PIN_PC08
 Using PC08 (EXT2/PIN5) on SAM4L8 Xplained Pro to trigger an event. More...
 
#define EXAMPLE_PIN_NAME   "EXT2/PIN5"
 
#define PDCA_PID_USART_TX   19
 PDCA ID for USART TX. More...
 

#define EXAMPLE_BUTTON_INT   SW0_PIN

Using button SW0 on SAM4L8 Xplained Pro to trigger an interrupt.

Referenced by main().

#define EXAMPLE_GND_NAME   "EXT2/PIN2"

Referenced by main().

#define EXAMPLE_PIN_EVENT   PIN_PC08

Using PC08 (EXT2/PIN5) on SAM4L8 Xplained Pro to trigger an event.

Referenced by main().

#define EXAMPLE_PIN_NAME   "EXT2/PIN5"

Referenced by main().

#define PDCA_PID_USART_TX   19

PDCA ID for USART TX.

Referenced by init_pdca().