Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_util.h35 #ifndef POINTER_TO_INT
36 #define POINTER_TO_INT(x) ((int32_t) (x)) macro
/hal_espressif-latest/components/bt/porting/include/os/
Dutil.h33 #define POINTER_TO_INT(p) ((int) ((intptr_t) (p))) macro