Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
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
u
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
▼
Zephyr API Documentation
►
Introduction
Deprecated List
►
Topics
►
Data Structures
▼
Files
▼
File List
►
doc
►
kernel
▼
lib
▼
libc
▼
minimal
▼
include
▼
sys
►
_timespec.h
►
_timeval.h
_types.h
cdefs.h
►
timespec.h
►
types.h
►
assert.h
►
ctype.h
►
errno.h
►
inttypes.h
►
limits.h
►
math.h
signal.h
►
stdbool.h
►
stdint.h
►
stdio.h
►
stdlib.h
►
string.h
►
strings.h
►
time.h
►
subsys
►
zephyr
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
_types.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2019 Peter Bigot Consulting, LLC
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
/* Common header used to define underlying types for typedefs that
8
* must appear in multiple headers independently.
9
*/
10
#ifndef ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_SYS_XTYPES_H_
11
#define ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_SYS_XTYPES_H_
12
13
#include <
stdint.h
>
14
15
typedef
int64_t
_TIME_T_;
16
typedef
int32_t
_SUSECONDS_T_;
17
18
#endif
/* ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_SYS_XTYPES_H_ */
stdint.h
int32_t
__INT32_TYPE__ int32_t
Definition
stdint.h:74
int64_t
__INT64_TYPE__ int64_t
Definition
stdint.h:75
lib
libc
minimal
include
sys
_types.h
Generated on Mon Apr 28 2025 09:34:39 for Zephyr API Documentation by
1.12.0