Cordio Stack and Cordio Profiles  r2p3-02rel0
WSF Data Types

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.
 

Description