PSoC64 Secure Boot Utilities Middleware Library 1.0
Macros

General Description

Macros

#define CY_P64_HEAP_DATA_SIZE   (0x4000u)
 The default size in bytes for the data buffer for the local heap. More...
 
#define CY_P64_ALIGN_TO_4(x)   (((((x) - 1u) >> 2u) << 2u) + 4u)
 Round up the value to an alignment of four.
 

Macro Definition Documentation

◆ CY_P64_HEAP_DATA_SIZE

#define CY_P64_HEAP_DATA_SIZE   (0x4000u)

The default size in bytes for the data buffer for the local heap.