Searched refs:MSG (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/esp_common/include/ |
D | esp_assert.h | 12 #define ESP_STATIC_ASSERT(EXPR, MSG...) argument 17 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument 18 …SP_STATIC_ASSERT(__builtin_choose_expr(__builtin_constant_p(CONDITION), (CONDITION), 1), #MSG); \ 19 … assert(#MSG && (CONDITION)); \ 23 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument 25 extern __attribute__((error(#MSG))) void failed_compile_time_assert(void); \ 28 … assert(#MSG && (CONDITION)); \
|
/hal_espressif-latest/components/heap/ |
D | multi_heap_platform.h | 43 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) esp_rom_printf(MSG, __VA_ARGS__) argument 83 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) fprintf(stderr, MSG, __VA_ARGS__) argument
|