Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/modbus/
Dmodbus.h630 int modbus_register_user_fc(const int iface, struct modbus_custom_fc *custom_fc);
/Zephyr-latest/samples/subsys/modbus/tcp_server/src/
Dmain.c211 return modbus_register_user_fc(server_iface, &modbus_cfg_custom); in init_modbus_server()
/Zephyr-latest/subsys/modbus/
Dmodbus_core.c297 int modbus_register_user_fc(const int iface, struct modbus_custom_fc *custom_fc) in modbus_register_user_fc() function