Searched refs:expr (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/newlib/ |
D | assert.c | 33 …tribute__((noreturn)) __assert_func(const char *file, int line, const char *func, const char *expr) in __assert_func() argument 63 if (esp_ptr_in_drom(expr)) { in __assert_func() 64 expr = CACHE_DISABLED_STR; in __assert_func() 68 const char *str[] = {ASSERT_STR, func ? func : "\b", " ", file, ":", lbuf, " (", expr, ")"}; in __assert_func()
|
/hal_espressif-latest/components/esp_netif/include/lwip/ |
D | esp_netif_net_stack.h | 19 #define ESP_NETIF_OPTIONAL_RETURN_CODE(expr) expr argument 22 #define ESP_NETIF_OPTIONAL_RETURN_CODE(expr)
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_panic.c | 13 void __assert_func(const char *file, int line, const char *func, const char *expr) in __assert_func() argument 17 esp_rom_printf("Assert failed in %s, %s:%d (%s)\r\n", func, file, line, expr); in __assert_func()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_util.h | 103 #define CHECKIF(expr) if (expr) argument
|
/hal_espressif-latest/components/hal/platform_port/include/hal/ |
D | assert.h | 14 extern void __assert_func(const char *file, int line, const char *func, const char *expr);
|