Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dpersistentcode.h42 #define MPY_FEATURE_DECODE_ARCH(feat) ((feat) >> 2) macro
A Dpersistentcode.c559 if (MPY_FEATURE_DECODE_ARCH(header[2]) != MP_NATIVE_ARCH_NONE) { in mp_raw_code_load()
560 byte arch = MPY_FEATURE_DECODE_ARCH(header[2]); in mp_raw_code_load()

Completed in 5 milliseconds