Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h437 extern const struct _mp_obj_module_t modbus_module;
438 #define MICROPY_PY_MODBUS_DEF { MP_ROM_QSTR(MP_QSTR_modbus), MP_ROM_PTR(&modbus_module) },
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h437 extern const struct _mp_obj_module_t modbus_module;
438 #define MICROPY_PY_MODBUS_DEF { MP_ROM_QSTR(MP_QSTR_modbus), MP_ROM_PTR(&modbus_module) },
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h443 extern const struct _mp_obj_module_t modbus_module;
444 #define MICROPY_PY_MODBUS_DEF { MP_ROM_QSTR(MP_QSTR_modbus), MP_ROM_PTR(&modbus_module) },
/AliOS-Things-master/components/py_engine/modules/modbus/
A Dmodbus.c493 const mp_obj_module_t modbus_module = { variable

Completed in 12 milliseconds