Home
last modified time | relevance | path

Searched refs:udp_module (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h363 extern const struct _mp_obj_module_t udp_module;
364 #define MICROPY_PY_UDP_DEF { MP_ROM_QSTR(MP_QSTR_udp), MP_ROM_PTR(&udp_module) },
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h363 extern const struct _mp_obj_module_t udp_module;
364 #define MICROPY_PY_UDP_DEF { MP_ROM_QSTR(MP_QSTR_udp), MP_ROM_PTR(&udp_module) },
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h380 extern const struct _mp_obj_module_t udp_module;
381 #define MICROPY_PY_UDP_DEF { MP_ROM_QSTR(MP_QSTR_udp), MP_ROM_PTR(&udp_module) },
/AliOS-Things-master/components/py_engine/modules/network/udp/
A Dmodudp.c121 const mp_obj_module_t udp_module = { variable

Completed in 17 milliseconds