Timer management definitions for lwIP example.
Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
uint32_t | sys_get_ms (void) |
Get the system clock time in ms. More... | |
void | sys_init_timing (void) |
uint32_t sys_get_ms | ( | void | ) |
Get the system clock time in ms.
References xTaskGetTickCount().
Referenced by sys_now(), and timers_update().