Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/include/
Desp_heap_adapter.h19 #define os_wpa_realloc_func(_ptr, _size) k_realloc(_ptr, _size) argument
30 #define os_wpa_realloc_func(_ptr, _size) realloc(_ptr, _size) argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c47 #define SNB_NET_IDX_GET(_ptr) ((uint32_t)(_ptr)) argument