Home
last modified time | relevance | path

Searched refs:MP_SCOPE_FLAG_VIPERBSS (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h41 #define MP_SCOPE_FLAG_VIPERBSS (0x40) // used only when loading viper from .mpy macro
A Dpersistentcode.c450 if (prelude.scope_flags & MP_SCOPE_FLAG_VIPERBSS) { in load_raw_code()
479 if (prelude.scope_flags & MP_SCOPE_FLAG_VIPERBSS) { in load_raw_code()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy_ld.py50 MP_SCOPE_FLAG_VIPERBSS = 0x40 variable
941 scope_flags |= MP_SCOPE_FLAG_VIPERBSS

Completed in 7 milliseconds