Timer Driver Configuration Header.
Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | APP_TIMER CONF_TC_MODULE |
#define | CONF_TC_MODULE TC3 |
#define | STACK_TIMER0 TMRID0 |
#define | STACK_TIMER1 TMRID1 |
#define | TC_COUNT_1SEC (48000000ul/1024ul) |
#define | TMRID0 TC4 |
#define | TMRID1 TC6 |
Variables | |
struct tc_module | tc_instance |
#define APP_TIMER CONF_TC_MODULE |
Referenced by hw_timer_init().
#define CONF_TC_MODULE TC3 |
#define STACK_TIMER0 TMRID0 |
#define STACK_TIMER1 TMRID1 |
#define TC_COUNT_1SEC (48000000ul/1024ul) |
Referenced by hw_timer_init(), hw_timer_start_ms(), and tc_cc0_cb().
#define TMRID0 TC4 |
#define TMRID1 TC6 |
struct tc_module tc_instance |
Referenced by hw_timer_init(), hw_timer_start_ms(), hw_timer_stop(), and tc_cc0_cb().