Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
net_time.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Zephyr Project
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
21
#ifndef ZEPHYR_INCLUDE_NET_NET_TIME_H_
22
#define ZEPHYR_INCLUDE_NET_NET_TIME_H_
23
24
/* Include required for NSEC_PER_* constants. */
25
#include <
zephyr/sys_clock.h
>
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
101
typedef
int64_t
net_time_t
;
102
104
#define NET_TIME_MAX INT64_MAX
105
107
#define NET_TIME_MIN INT64_MIN
108
110
#define NET_TIME_SEC_MAX (NET_TIME_MAX / NSEC_PER_SEC)
111
113
#define NET_TIME_SEC_MIN (NET_TIME_MIN / NSEC_PER_SEC)
114
115
#ifdef __cplusplus
116
}
117
#endif
118
123
#endif
/* ZEPHYR_INCLUDE_NET_NET_TIME_H_ */
net_time_t
int64_t net_time_t
Any occurrence of net_time_t specifies a concept of nanosecond resolution scalar time span,...
Definition:
net_time.h:101
sys_clock.h
Variables needed for system clock.
int64_t
__INT64_TYPE__ int64_t
Definition:
stdint.h:75
zephyr
net
net_time.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6