Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpconfig.h1715 #define MP_HTOBE32(x) ((uint32_t)((((x) & 0xff) << 24) | (((x) & 0xff00) << 8) | (((x) >> 8) & 0xff… macro
1718 #define MP_HTOBE32(x) (x) macro

Completed in 6 milliseconds