Searched refs:custom_fc (Results 1 – 2 of 2) sorted by relevance
297 int modbus_register_user_fc(const int iface, struct modbus_custom_fc *custom_fc) in modbus_register_user_fc() argument301 if (!custom_fc) { in modbus_register_user_fc()306 if (custom_fc->fc & BIT(7)) { in modbus_register_user_fc()311 custom_fc->excep_code = MODBUS_EXC_NONE; in modbus_register_user_fc()313 LOG_DBG("Registered new custom function code %d", custom_fc->fc); in modbus_register_user_fc()314 sys_slist_append(&ctx->user_defined_cbs, &custom_fc->node); in modbus_register_user_fc()
630 int modbus_register_user_fc(const int iface, struct modbus_custom_fc *custom_fc);