Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.h111 BOOL xMBTCPPortMasterAddSlaveIp(const USHORT usIndex, const CHAR* pcIpStr, UCHAR ucSlaveAddress);
Dport_tcp_master.c489 BOOL xMBTCPPortMasterAddSlaveIp(const USHORT usIndex, const CHAR* pcIpStr, UCHAR ucSlaveAddress) in xMBTCPPortMasterAddSlaveIp() function
/hal_espressif-3.4.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c177 …result = (BOOL)xMBTCPPortMasterAddSlaveIp(p_slave_info->index, p_slave_info->ip_address, p_slave_i… in mbc_tcp_master_start()
182 (void)xMBTCPPortMasterAddSlaveIp(0xFF, NULL, 0xFF); in mbc_tcp_master_start()