Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_common/include/
Desp_assert.h17 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument
23 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument
/hal_espressif-latest/components/heap/
Dmulti_heap_platform.h63 #define MULTI_HEAP_ASSERT(CONDITION, ADDRESS) \ argument
89 #define MULTI_HEAP_ASSERT(CONDITION, ADDRESS) assert((CONDITION) && "Heap corrupt") argument
/hal_espressif-latest/components/esp_hw_support/include/
Desp_fault.h43 #define ESP_FAULT_ASSERT(CONDITION) do { \ argument