Home
last modified time | relevance | path

Searched refs:__ASSERT_NO_MSG (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h79 #ifndef __ASSERT_NO_MSG
80 #define __ASSERT_NO_MSG(x) assert(x) macro
100 #define NET_BUF_ASSERT(cond) __ASSERT_NO_MSG(cond)
114 #define NET_BUF_SIMPLE_ASSERT(cond) __ASSERT_NO_MSG(cond)
/hal_espressif-latest/components/esp_timer/src/
Desp_timer.c350 __ASSERT_NO_MSG(last); in timer_insert()
414 __ASSERT_NO_MSG(s_timer_lock[timer_type] == 0); in timer_list_lock()
506 __ASSERT_NO_MSG(k_is_in_isr(); in esp_timer_isr_dispatch_need_yield()