Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpconfig.h1713 #ifndef MP_HTOBE32
1715 #define MP_HTOBE32(x) ((uint32_t)((((x) & 0xff) << 24) | (((x) & 0xff00) << 8) | (((x) >> 8) & 0xff… macro
1716 #define MP_BE32TOH(x) MP_HTOBE32(x)
1718 #define MP_HTOBE32(x) (x) macro
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoducryptolib.c123 p[i] = MP_HTOBE32(p[i]); in aes_process_ecb_impl()

Completed in 7 milliseconds