#include <asf.h>
#include <tc.h>
#include "d_timer.h"
#include "misc/debug_gpio.h"
Go to the source code of this file.
◆ TC_TIME_HANDLER()
void TC_TIME_HANDLER |
( |
void |
| ) |
|
◆ time_channel_init()
static void time_channel_init |
( |
uint32_t |
channel, |
|
|
uint32_t |
intclock |
|
) |
| |
|
static |
◆ time_cv()
volatile uint64_t time_cv |
( |
void |
| ) |
|
◆ timer_capture_disable()
int timer_capture_disable |
( |
void |
| ) |
|
◆ timer_capture_enable()
int timer_capture_enable |
( |
void |
| ) |
|
◆ timer_capture_init()
void timer_capture_init |
( |
void |
| ) |
|
◆ timer_captured()
uint32_t timer_captured |
( |
void |
| ) |
|
◆ timer_io_enable()
static void timer_io_enable |
( |
void |
| ) |
|
|
static |
◆ timer_time_init()
void timer_time_init |
( |
void |
| ) |
|
◆ timer_waveform_init()
void timer_waveform_init |
( |
unsigned int |
channel, |
|
|
void(*)(void) |
func |
|
) |
| |
◆ g_capture_initialized
int g_capture_initialized |
|
static |
◆ g_divisors
const uint32_t g_divisors[5] = { 2, 8, 32, 128, 0 } |
|
static |
◆ g_rollover
◆ g_wvf_callback
void(* g_wvf_callback) (void) = NULL |
|
static |
◆ g_wvf_channel
unsigned int g_wvf_channel |
|
static |