Home
last modified time | relevance | path

Searched defs:MALLOC_CAP_8BIT (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/heap/include/
Desp_heap_caps.h31 #define MALLOC_CAP_8BIT (1<<2) ///< Memory must allow for 8/16/...-bit data accesses macro
/device/soc/esp/esp32/components/osal/
Dliteos_m.c102 #define MALLOC_CAP_8BIT (1 << 2) macro
/device/soc/esp/esp32/components/spi_flash/sim/stubs/log/include/
Desp_log.h17 #define MALLOC_CAP_8BIT 0 macro