Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_common/include/
Desp_assert.h28 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument
34 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument
/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_fault.h44 #define ESP_FAULT_ASSERT(CONDITION) do { \ argument
/hal_espressif-3.6.0/components/heap/
Dmulti_heap_platform.h68 #define MULTI_HEAP_ASSERT(CONDITION, ADDRESS) \ argument
94 #define MULTI_HEAP_ASSERT(CONDITION, ADDRESS) assert((CONDITION) && "Heap corrupt") argument