Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
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 Sat Nov 9 2024 00:03:13 for Zephyr API Documentation by
1.12.0