Home
last modified time | relevance | path

Searched refs:MSPI_AMBIQ_HEAP_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/mspi/
Dmspi_ambiq.h15 #define MSPI_AMBIQ_HEAP_MIN_SIZE (sizeof(void *) > 4 ? 56 : 44) macro
19 kheap_##name[MAX(bytes, MSPI_AMBIQ_HEAP_MIN_SIZE)]; \
24 .init_bytes = MAX(bytes, MSPI_AMBIQ_HEAP_MIN_SIZE), \