Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dpersistentcode.h73 #define MPY_FEATURE_ARCH_TEST(x) (MP_NATIVE_ARCH_ARMV6M <= (x) && (x) <= MPY_FEATURE_ARCH) macro
84 #ifndef MPY_FEATURE_ARCH_TEST
85 #define MPY_FEATURE_ARCH_TEST(x) ((x) == MPY_FEATURE_ARCH) macro
A Dpersistentcode.c561 if (!MPY_FEATURE_ARCH_TEST(arch)) { in mp_raw_code_load()

Completed in 4 milliseconds