Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.h263 #define MP_ROM_PTR(p) {.u32 = {.lo = (p), .hi = NULL}} macro
265 #define MP_ROM_PTR(p) {.u32 = {.lo = NULL, .hi = (p)}} macro
309 #define MP_ROM_PTR(p) (p) macro

Completed in 10 milliseconds