Home
last modified time | relevance | path

Searched refs:__ASSERT (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c27 __ASSERT(mutex->buffer, "Failed to create mutex buffer"); in bt_mesh_mutex_create()
29 __ASSERT(mutex->mutex, "Failed to create static mutex"); in bt_mesh_mutex_create()
32 __ASSERT(mutex->mutex, "Failed to create mutex"); in bt_mesh_mutex_create()
Dmesh_timer.c51 __ASSERT(bm_alarm_hash_map, "Failed to create hash map"); in bt_mesh_timer_init()
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/
Dadv.c596 __ASSERT(adv_queue.handle, "Failed to create queue"); in bt_mesh_adv_init()
603 __ASSERT(adv_queue.buffer, "Failed to create queue buffer"); in bt_mesh_adv_init()
609 __ASSERT(adv_queue.storage, "Failed to create queue storage"); in bt_mesh_adv_init()
611 __ASSERT(adv_queue.handle, "Failed to create static queue"); in bt_mesh_adv_init()
617 __ASSERT(relay_queue.handle, "Failed to create relay queue"); in bt_mesh_adv_init()
624 __ASSERT(relay_queue.buffer, "Failed to create relay queue buffer"); in bt_mesh_adv_init()
630 __ASSERT(relay_queue.storage, "Failed to create relay queue storage"); in bt_mesh_adv_init()
632 __ASSERT(relay_queue.handle, "Failed to create static relay queue"); in bt_mesh_adv_init()
636 __ASSERT(mesh_queue_set, "Failed to create queue set"); in bt_mesh_adv_init()
645 __ASSERT(adv_task.task, "Failed to create adv thread task"); in bt_mesh_adv_init()
[all …]
Dprov.c1799 __ASSERT(prov_info->uuid, "Device UUID not initialized"); in bt_mesh_prov_init()
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c173 __ASSERT(work, "Invalid parameter"); in bt_mesh_server_alloc_ctx()
176 __ASSERT(work->_reserved, "Out of memory"); in bt_mesh_server_alloc_ctx()
183 __ASSERT(work, "Invalid parameter"); in bt_mesh_server_free_ctx()
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h75 #ifndef __ASSERT
76 #define __ASSERT(test, str) assert(test) macro
Dmesh_byteorder.h562 __ASSERT(((psrc < pdst && (psrc + length) <= pdst) || in sys_memcpy_swap()
/hal_espressif-3.7.0/zephyr/esp32/src/
Dheap_caps.c69 __ASSERT(align == 0 || ((uintptr_t)mem & (align - 1)) == 0, in z_esp_aligned_alloc()
/hal_espressif-3.7.0/zephyr/esp32s3/src/
Dheap_caps.c69 __ASSERT(align == 0 || ((uintptr_t)mem & (align - 1)) == 0, in z_esp_aligned_alloc()
/hal_espressif-3.7.0/zephyr/esp32s2/src/
Dheap_caps.c70 __ASSERT(align == 0 || ((uintptr_t)mem & (align - 1)) == 0, in z_esp_aligned_alloc()
/hal_espressif-3.7.0/zephyr/port/heap/
Dheap_caps_zephyr.c285 __ASSERT(align == 0 || ((uintptr_t)mem & (align - 1)) == 0, in z_esp_aligned_alloc()
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1047 __ASSERT(model && model->op, "Invalid parameter"); in btc_ble_mesh_client_model_init()