Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c119 xMbPortConfig.pxMbSlaveCurrInfo = NULL; in xMBMasterTCPPortInit()
156 xMbPortConfig.pxMbSlaveCurrInfo = xMbPortConfig.pxMbSlaveInfo[xIndex]; in vMBTCPPortMasterFindSlaveInfo()
162 xMbPortConfig.pxMbSlaveCurrInfo = NULL; in vMBTCPPortMasterFindSlaveInfo()
165 return xMbPortConfig.pxMbSlaveCurrInfo; in vMBTCPPortMasterFindSlaveInfo()
170 if (!xMbPortConfig.pxMbSlaveCurrInfo) { in vMBTCPPortMasterGetCurrInfo()
173 return xMbPortConfig.pxMbSlaveCurrInfo; in vMBTCPPortMasterGetCurrInfo()
Dport_tcp_master.h90 MbSlaveInfo_t* pxMbSlaveCurrInfo; /*!< Master current slave information */ member