Searched refs:custom_fc (Results 1 – 2 of 2) sorted by relevance
295 int modbus_register_user_fc(const int iface, struct modbus_custom_fc *custom_fc) in modbus_register_user_fc() argument299 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()
621 int modbus_register_user_fc(const int iface, struct modbus_custom_fc *custom_fc);