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. | |
| #define CY_P64_HEAP_DATA_SIZE (0x4000u) |
The default size in bytes for the data buffer for the local heap.