Timer Driver Configuration Header.
Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | BLE_APP_TIMER (TC0) |
#define | BLE_APP_TIMER_CHANNEL_ID 0 |
#define | BLE_APP_TIMER_ID (ID_TC0) |
#define | DEF_120MHz (120000000) |
#define | DEF_1MHZ (1000000) |
#define | STACK_TIMER_0 (TC0) |
#define | STACK_TIMER_0_CHANNEL_ID 1 |
#define | STACK_TIMER_0_ID (ID_TC1) |
#define | STACK_TIMER_1 (TC0) |
#define | STACK_TIMER_1_CHANNEL_ID 2 |
#define | STACK_TIMER_1_ID (ID_TC2) |
#define | TIMER_OVF_COUNT_1MSEC (DEF_120MHz/(128*1000)) |
#define | TIMER_OVF_COUNT_1SEC (DEF_120MHz/(128*65535)) |
#define BLE_APP_TIMER (TC0) |
Referenced by hw_timer_init(), hw_timer_start_ms(), hw_timer_stop(), and TC0_Handler().
#define BLE_APP_TIMER_CHANNEL_ID 0 |
Referenced by hw_timer_init(), hw_timer_start_ms(), hw_timer_stop(), and TC0_Handler().
#define BLE_APP_TIMER_ID (ID_TC0) |
#define DEF_120MHz (120000000) |
#define DEF_1MHZ (1000000) |
#define STACK_TIMER_0 (TC0) |
Referenced by platform_stop_stack_timers().
#define STACK_TIMER_0_CHANNEL_ID 1 |
Referenced by platform_stop_stack_timers().
#define STACK_TIMER_0_ID (ID_TC1) |
#define STACK_TIMER_1 (TC0) |
Referenced by platform_stop_stack_timers().
#define STACK_TIMER_1_CHANNEL_ID 2 |
Referenced by platform_stop_stack_timers().
#define STACK_TIMER_1_ID (ID_TC2) |
#define TIMER_OVF_COUNT_1MSEC (DEF_120MHz/(128*1000)) |
Referenced by _start_timer().
#define TIMER_OVF_COUNT_1SEC (DEF_120MHz/(128*65535)) |