Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.h94 USHORT usIndex; /*!< index of the address info */ member
111 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() argument
494 if (pcIpStr && (usIndex != 0xFF)) { in xMBTCPPortMasterAddSlaveIp()
499 xSlaveAddrInfo.usIndex = usIndex; in xMBTCPPortMasterAddSlaveIp()
678 …eAddrInfo.pcIPAddr == NULL && xMbPortConfig.usMbSlaveInfoCount && xSlaveAddrInfo.usIndex == 0xFF) { in vMBTCPPortMasterTask()
707 pxInfo->xIndex = xSlaveAddrInfo.usIndex; in vMBTCPPortMasterTask()