Microchip® Advanced Software Framework

conf_example.h File Reference

Configuration File for GPIO example.

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

Macros

#define EXAMPLE_BUTTON_INT   GPIO_PUSH_BUTTON_0
 Using button PB0 on SAM4L-EK to trigger an interrupt. More...
 
#define EXAMPLE_GND_NAME   "J4/PIN9"
 
#define EXAMPLE_LED   LED0
 
#define EXAMPLE_PIN_EVENT   PIN_PC08
 Using PC08 on SAM4L-EK to trigger an event. More...
 
#define EXAMPLE_PIN_NAME   "PC08"
 
#define PDCA_PID_USART_TX   20
 PDCA ID for USART TX. More...
 

#define EXAMPLE_BUTTON_INT   GPIO_PUSH_BUTTON_0

Using button PB0 on SAM4L-EK to trigger an interrupt.

Referenced by main().

#define EXAMPLE_GND_NAME   "J4/PIN9"

Referenced by main().

#define EXAMPLE_LED   LED0
#define EXAMPLE_PIN_EVENT   PIN_PC08

Using PC08 on SAM4L-EK to trigger an event.

Referenced by main().

#define EXAMPLE_PIN_NAME   "PC08"

Referenced by main().

#define PDCA_PID_USART_TX   20

PDCA ID for USART TX.

Referenced by init_pdca().