Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c118 xMbPortConfig.ucCurSlaveIndex = 1; in xMBMasterTCPPortInit()
158 xMbPortConfig.ucCurSlaveIndex = xIndex; in vMBTCPPortMasterFindSlaveInfo()
799 xMbPortConfig.ucCurSlaveIndex); in vMBTCPPortMasterTask()
970 USHORT ucCurSlaveIndex = ucMBMasterGetDestAddress(); in xMBMasterTCPPortSendResponse() local
971 MbSlaveInfo_t* pxInfo = vMBTCPPortMasterFindSlaveInfo(ucCurSlaveIndex); in xMBMasterTCPPortSendResponse()
1004 ESP_LOGD(TAG, "Send data to died slave, address = %d", ucCurSlaveIndex); in xMBMasterTCPPortSendResponse()
Dport_tcp_master.h85 USHORT ucCurSlaveIndex; /*!< Master current processing slave index */ member