Microchip® Advanced Software Framework

uc3-l0_xplained_demo.h File Reference

UC3-L0 Xplained demonstration application.

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

Macros

#define EXAMPLE_PWMA_FREQUENCY   19607
 
#define EXAMPLE_PWMA_GCLK_FREQUENCY   5000000
 

Typedefs

typedef enum led_pwm_channel led_pwm_channel_t
 

Enumerations

enum  led_pwm_channel {
  PWM_CHANNEL_RED = (1 << LED_RED_PWMA),
  PWM_CHANNEL_GREEN = (1 << LED_GREEN_PWMA),
  PWM_CHANNEL_BLUE = (1 << LED_BLUE_PWMA)
}
 

Functions

void init_touch (void)
 Initializes the touch library ready for acquisition of touch data. More...
 
void touch_handler (void)
 

#define EXAMPLE_PWMA_FREQUENCY   19607

Referenced by init_pwm().

#define EXAMPLE_PWMA_GCLK_FREQUENCY   5000000

Enumerator
PWM_CHANNEL_RED 
PWM_CHANNEL_GREEN 
PWM_CHANNEL_BLUE