Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_util.h29 #ifndef POINTER_TO_UINT
30 #define POINTER_TO_UINT(x) ((uint32_t) (x)) macro
/hal_espressif-latest/components/bt/porting/include/os/
Dutil.h31 #define POINTER_TO_UINT(p) ((unsigned int) ((uintptr_t) (p))) macro