Searched defs:MP_HTOBE16 (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ | ||
A D | mpconfig.h | 1705 #define MP_HTOBE16(x) ((uint16_t)((((x) & 0xff) << 8) | (((x) >> 8) & 0xff))) macro |
Completed in 5 milliseconds