Searched refs:comm_ip_table (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/freemodbus/tcp_master/modbus_controller/ |
D | mbc_tcp_master.c | 162 const char** comm_ip_table = (const char**)comm_info->ip_addr; in mbc_tcp_master_start() local 163 …MB_MASTER_CHECK((comm_ip_table != NULL), ESP_ERR_INVALID_ARG, "mb ip table address is incorrect."); in mbc_tcp_master_start() 178 …B_MASTER_CHECK(result, ESP_ERR_INVALID_STATE, "mb stack add slave IP failed: %s.", *comm_ip_table); in mbc_tcp_master_start() 231 const char** comm_ip_table = (const char**)mbm_opts->mbm_comm.ip_addr; in mbc_tcp_master_set_descriptor() local 232 …MB_MASTER_CHECK((comm_ip_table != NULL), ESP_ERR_INVALID_ARG, "mb ip table address is incorrect."); in mbc_tcp_master_set_descriptor() 250 …MB_MASTER_CHECK((comm_ip_table[slave_cnt]), ESP_ERR_INVALID_STATE, "mb missing IP address for cid … in mbc_tcp_master_set_descriptor() 252 …MB_MASTER_ASSERT(mbc_tcp_master_add_slave(idx, reg_ptr->mb_slave_addr, comm_ip_table[slave_cnt++])… in mbc_tcp_master_set_descriptor()
|