Microchip® Advanced Software Framework

qs_power.c File Reference

SAM Power Driver Quick Start.

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

#include <asf.h>
#include "conf_test.h"

Functions

static void config_clock_output_and_extwake_pin (void)
 [switch_pl] More...
 
static void configure_extint_channel (void)
 [pin_mux] More...
 
static void led_toggle_indication (uint32_t count)
 [config_extint] More...
 
int main (void)
 [setup] More...
 
static void performance_level_switch_test (void)
 [setup] More...
 

static void config_clock_output_and_extwake_pin ( void  )
static
static void led_toggle_indication ( uint32_t  count)
static

[config_extint]

Turn LED ON and OFF as an indication.

References count, delay_ms, i, and port_pin_set_output_level().

Referenced by main().