Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c727 for (UCHAR ucCnt = 0; (ucCnt < MB_TCP_PORT_MAX_CONN); ucCnt++) { in vMBTCPPortMasterTask() local
728 pxInfo = xMbPortConfig.pxMbSlaveInfo[ucCnt]; in vMBTCPPortMasterTask()
731 ESP_LOGV(TAG, "Index: %d is not initialized, skip.", ucCnt); in vMBTCPPortMasterTask()
908 for (USHORT ucCnt = 0; ucCnt < MB_TCP_PORT_MAX_CONN; ucCnt++) { in vMBMasterTCPPortDisable() local
909 MbSlaveInfo_t* pxInfo = xMbPortConfig.pxMbSlaveInfo[ucCnt]; in vMBMasterTCPPortDisable()
916 xMbPortConfig.pxMbSlaveInfo[ucCnt] = NULL; in vMBMasterTCPPortDisable()