Searched refs:__ASSERT (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_mutex.c | 27 __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()
|
D | mesh_timer.c | 51 __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/ |
D | adv.c | 596 __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 …]
|
D | prov.c | 1799 __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/ |
D | server_common.c | 173 __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/ |
D | mesh_trace.h | 75 #ifndef __ASSERT 76 #define __ASSERT(test, str) assert(test) macro
|
D | mesh_byteorder.h | 562 __ASSERT(((psrc < pdst && (psrc + length) <= pdst) || in sys_memcpy_swap()
|
/hal_espressif-3.7.0/zephyr/esp32/src/ |
D | heap_caps.c | 69 __ASSERT(align == 0 || ((uintptr_t)mem & (align - 1)) == 0, in z_esp_aligned_alloc()
|
/hal_espressif-3.7.0/zephyr/esp32s3/src/ |
D | heap_caps.c | 69 __ASSERT(align == 0 || ((uintptr_t)mem & (align - 1)) == 0, in z_esp_aligned_alloc()
|
/hal_espressif-3.7.0/zephyr/esp32s2/src/ |
D | heap_caps.c | 70 __ASSERT(align == 0 || ((uintptr_t)mem & (align - 1)) == 0, in z_esp_aligned_alloc()
|
/hal_espressif-3.7.0/zephyr/port/heap/ |
D | heap_caps_zephyr.c | 285 __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/ |
D | btc_ble_mesh_prov.c | 1047 __ASSERT(model && model->op, "Invalid parameter"); in btc_ble_mesh_client_model_init()
|