Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/modbus/
Dmodbus.h443 struct modbus_custom_fc { struct
456 static struct modbus_custom_fc modbus_cfg_##name = { \ argument
630 int modbus_register_user_fc(const int iface, struct modbus_custom_fc *custom_fc);
/Zephyr-Core-3.6.0/subsys/modbus/
Dmodbus_core.c295 int modbus_register_user_fc(const int iface, struct modbus_custom_fc *custom_fc) in modbus_register_user_fc()
Dmodbus_server.c931 struct modbus_custom_fc *p; in mbs_try_user_fc()