Anjay Lite
Toggle main menu visibility
Main Page
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
Globals
All
a
Functions
a
Variables
Typedefs
a
Enumerations
Enumerator
a
Macros
a
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Loading...
Searching...
No Matches
time.h
Go to the documentation of this file.
1
/*
2
* Copyright 2023-2025 AVSystem <avsystem@avsystem.com>
3
* AVSystem Anjay Lite LwM2M SDK
4
* All rights reserved.
5
*
6
* Licensed under AVSystem Anjay Lite LwM2M Client SDK - Non-Commercial License.
7
* See the attached LICENSE file for details.
8
*/
9
10
#ifndef ANJ_TIME_H
11
#define ANJ_TIME_H
12
13
#include <stdint.h>
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
22
#define ANJ_TIME_UNDEFINED UINT64_MAX
23
28
uint64_t
anj_time_now
(
void
);
29
34
uint64_t
anj_time_real_now
(
void
);
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
// ANJ_TIME_H
anj_time_real_now
uint64_t anj_time_real_now(void)
anj_time_now
uint64_t anj_time_now(void)
include_public
anj
compat
time.h
Generated on Tue Jun 10 2025 09:24:42 for Anjay Lite by
1.9.8