Home
last modified time | relevance | path

Searched defs:pxInfo (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c227 static BOOL xMBTCPPortMasterCloseConnection(MbSlaveInfo_t* pxInfo) in xMBTCPPortMasterCloseConnection()
252 static int64_t xMBTCPPortMasterGetRespTimeLeft(MbSlaveInfo_t* pxInfo) in xMBTCPPortMasterGetRespTimeLeft()
283 static int xMBTCPPortMasterGetBuf(MbSlaveInfo_t* pxInfo, UCHAR* pucDstBuf, USHORT usLength) in xMBTCPPortMasterGetBuf()
323 static int vMBTCPPortMasterReadPacket(MbSlaveInfo_t* pxInfo) in vMBTCPPortMasterReadPacket()
377 static err_t xMBTCPPortMasterSetNonBlocking(MbSlaveInfo_t* pxInfo) in xMBTCPPortMasterSetNonBlocking()
392 static void vMBTCPPortSetKeepAlive(MbSlaveInfo_t* pxInfo) in vMBTCPPortSetKeepAlive()
399 static err_t xMBTCPPortMasterCheckAlive(MbSlaveInfo_t* pxInfo, ULONG xTimeoutMs) in xMBTCPPortMasterCheckAlive()
508 static err_t xMBTCPPortMasterConnect(MbSlaveInfo_t* pxInfo) in xMBTCPPortMasterConnect()
608 MbSlaveInfo_t* pxInfo = NULL; in xMBTCPPortMasterGetSlaveReady() local
627 MbSlaveInfo_t* pxInfo = NULL; in xMBTCPPortMasterCheckConnState() local
[all …]
/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c217 static BOOL xMBTCPPortCloseConnection(MbClientInfo_t* pxInfo) in xMBTCPPortCloseConnection()