Microchip® Advanced Software Framework

tc_example1.c File Reference
#include <avr32/io.h>
#include "compiler.h"
#include "board.h"
#include "power_clocks_lib.h"
#include "gpio.h"
#include "tc.h"

Macros

TC Channel Choice
#define EXAMPLE_TC   (&AVR32_TC)
 
#define EXAMPLE_TC_CHANNEL_ID   0
 
#define EXAMPLE_TC_CHANNEL_PIN   AVR32_TC_A0_0_0_PIN
 
#define EXAMPLE_TC_CHANNEL_FUNCTION   AVR32_TC_A0_0_0_FUNCTION
 

Functions

int main (void)
 Main function. Execution starts here. More...
 

#define EXAMPLE_TC   (&AVR32_TC)

Referenced by main().

#define EXAMPLE_TC_CHANNEL_FUNCTION   AVR32_TC_A0_0_0_FUNCTION

Referenced by main().

#define EXAMPLE_TC_CHANNEL_ID   0

Referenced by main().

#define EXAMPLE_TC_CHANNEL_PIN   AVR32_TC_A0_0_0_PIN

Referenced by main().