PSoC64 Secure Boot Utilities Middleware Library 1.0
Macros

General Description

Macros

#define CY_P64_cJSON_False   (0x00)
 cy_p64_cJSON type: Bool with "false" value
 
#define CY_P64_cJSON_True   (0x01)
 cy_p64_cJSON type: Bool with "true" value
 
#define CY_P64_cJSON_NULL   (0x02)
 cy_p64_cJSON type: Null, empty object
 
#define CY_P64_cJSON_Number   (0x04)
 cy_p64_cJSON type: Number, value in valueint
 
#define CY_P64_cJSON_String   (0x08)
 cy_p64_cJSON type: String, value in valuestring
 
#define CY_P64_cJSON_Array   (0x10)
 cy_p64_cJSON type: Array, value in child
 
#define CY_P64_cJSON_Object   (0x20)
 cy_p64_cJSON type: Object
 
#define CY_P64_cJSON_Raw   (0x40)
 cy_p64_cJSON type: Raw, value in valuestring
 
#define CY_P64_cJSON_Invalid   (0x80)
 cy_p64_cJSON type: Invalid object
 
#define CY_P64_cJSON_IsReference   (0x100)
 cy_p64_cJSON type: Reference object
 
#define CY_P64_cJSON_StringIsConst   (0x200)
 cy_p64_cJSON type: String is const