Home
last modified time | relevance | path

Searched refs:custom_fc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.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() argument
299 if (!custom_fc) { in modbus_register_user_fc()
304 if (custom_fc->fc & BIT(7)) { in modbus_register_user_fc()
309 custom_fc->excep_code = MODBUS_EXC_NONE; in modbus_register_user_fc()
311 LOG_DBG("Registered new custom function code %d", custom_fc->fc); in modbus_register_user_fc()
312 sys_slist_append(&ctx->user_defined_cbs, &custom_fc->node); in modbus_register_user_fc()
/Zephyr-Core-3.5.0/include/zephyr/modbus/
Dmodbus.h621 int modbus_register_user_fc(const int iface, struct modbus_custom_fc *custom_fc);