![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Platform-independent data types. More...
Go to the source code of this file.
Macros | |
#define | NULL 0 |
NULL reference. | |
#define | TRUE 1 |
Boolean True. | |
#define | FALSE 0 |
Boolean False. | |
Typedefs | |
typedef uint8_t | bool_t |
Boolean data type. | |
Integer Data Types | |
typedef signed char | int8_t |
Signed 8-bit value. | |
typedef unsigned char | uint8_t |
Unsigned 8-bit value. | |
typedef signed short | int16_t |
Signed 16-bit value. | |
typedef unsigned short | uint16_t |
Unsigned 16-bit value. | |
typedef signed long | int32_t |
Signed 32-bit value. | |
typedef unsigned long | uint32_t |
Unsigned 32-bit value. | |
typedef unsigned long long | uint64_t |
Unsigned 64-bit value. | |
Platform-independent data types.
Copyright (c) 2009-2018 Arm Ltd. All Rights Reserved. Arm Ltd. confidential and proprietary.
IMPORTANT. Your use of this file is governed by a Software License Agreement ("Agreement") that must be accepted in order to download or otherwise receive a copy of this file. You may not use or copy this file for any purpose other than as described in the Agreement. If you do not agree to all of the terms of the Agreement do not use this file and delete all copies in your possession or control; if you do not have a copy of the Agreement, you must contact Arm Ltd. prior to any use, copying or further distribution of this software.
Definition in file wsf_types.h.