Microchip® Advanced Software Framework

timer_platform.h File Reference

D21 header file of the timer interface.

Copyright (c) 2017-2019 Microchip Technology Inc. and its subsidiaries.

#include <stdint.h>

Data Structures

struct  Timer
 

Functions

uint32_t getTimeInMillis (void)
 Get time in milliseconds. More...
 

uint32_t getTimeInMillis ( void  )

Get time in milliseconds.

Returns
milli second ticks count.

References ms_ticks.

Referenced by countdown(), countdown_ms(), expired(), and left_ms().