Hal_getTimeInMs

Function Hal_getTimeInMs 

Source
pub unsafe extern "C" fn Hal_getTimeInMs() -> msSinceEpoch
Expand description

Get the system time in milliseconds.

The time value returned as 64-bit unsigned integer should represent the milliseconds since the UNIX epoch (1970/01/01 00:00 UTC).

ยงReturns

the system time with millisecond resolution.