Home
last modified time | relevance | path

Searched defs:MP_OBJ_FROM_PTR (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.h253 #define MP_OBJ_FROM_PTR(p) ((mp_obj_t)((uintptr_t)(p))) macro
282 #define MP_OBJ_FROM_PTR(p) ((mp_obj_t)p) macro

Completed in 7 milliseconds