Home
last modified time | relevance | path

Searched refs:__ASSERT_FUNC (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_common/include/
Desp_err.h88 #ifndef __ASSERT_FUNC
93 #define __ASSERT_FUNC __ASSERT_FUNCTION /* used in glibc assert.h */ macro
95 #define __ASSERT_FUNC "??" macro
124 __ASSERT_FUNC, #x); \
144 __ASSERT_FUNC, #x); \
/hal_espressif-3.6.0/components/hal/platform_port/include/hal/
Dassert.h25 #ifndef __ASSERT_FUNC
27 #define __ASSERT_FUNC __ASSERT_FUNCTION macro
29 #define __ASSERT_FUNC "??" macro
36 …) (__builtin_expect(!!(__e), 1) ? (void)0 : __assert_func(__FILE__, __LINE__, __ASSERT_FUNC, #__e))
/hal_espressif-3.6.0/components/newlib/platform_include/
Dassert.h51 __ASSERT_FUNC, #__e))
/hal_espressif-3.6.0/components/lwip/port/esp32/include/arch/
Dcc.h94 #define LWIP_PLATFORM_ASSERT(message) __assert_func(__FILE__, __LINE__, __ASSERT_FUNC, message)