picofuse
include
picofuse
sys
timestamp.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
23
uint64_t
sys_timestamp_ms
(
void
);
24
26
27
#ifdef __cplusplus
28
}
29
#endif
sys_timestamp_ms
uint64_t sys_timestamp_ms(void)
Gets the number of milliseconds since the process launched.