Microchip® Advanced Software Framework

conf_example3.h File Reference

Clock system example 3 configuration for AT32EVK1100.

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

Macros

#define LED_EXAMPLE_OUTPUT   LED0_GPIO
 
Example configuration
#define NEXT_BUTTON   QT1081_TOUCH_SENSOR_RIGHT
 Pin to use for button input. More...
 
#define STEP4_PLL_OUTPUT_FREQ   132000000UL
 PLL output frequency for step 4. More...
 

#define LED_EXAMPLE_OUTPUT   LED0_GPIO
Note
This is the LED that will be toggled in this example

Referenced by ISR().

#define NEXT_BUTTON   QT1081_TOUCH_SENSOR_RIGHT

Pin to use for button input.

This is the active low pin to use for user input.

Note
The pin is assumed to be configured by the board initialization.
This is the onboard right touch sensor, corresponding to PB24.

Referenced by wait_for_switches().

#define STEP4_PLL_OUTPUT_FREQ   132000000UL

PLL output frequency for step 4.

This is the frequency to set the PLL to output once the example application reaches step 4 in the clock setting sequence.

Referenced by main().