Timing routines implementation.
Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.
#include "time.h"
Functions | |
uint32_t | appTimeGet (void) |
void | appTimeInit (void) |
static uint32_t | gettime (void) |
void | hw_overflow_cb (void) |
Variables | |
volatile uint16_t | sys_time |
uint32_t appTimeGet | ( | void | ) |
References common_tc_read_count(), and sys_time.
Referenced by appCommandsSendDataInd(), appDataConf(), and appUartSendAck().
void appTimeInit | ( | void | ) |
References hw_overflow_cb(), and set_common_tc_overflow_callback().
Referenced by main().
|
inlinestatic |
volatile uint16_t sys_time |
Referenced by appTimeGet(), hw_overflow_cb(), and sw_timer_init().