Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmbport.h229 BOOL xMBTCPPortGetRequest( UCHAR **ppucMBTCPFrame, USHORT * usTCPLength );
244 BOOL xMBMasterTCPPortGetRequest( UCHAR **ppucMBTCPFrame, USHORT * usTCPLength );
/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c677 xMBTCPPortGetRequest( UCHAR ** ppucMBTCPFrame, USHORT * usTCPLength ) in xMBTCPPortGetRequest() argument
681 *ppucMBTCPFrame = &xConfig.pxCurClientInfo->pucTCPBuf[0]; in xMBTCPPortGetRequest()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c932 xMBMasterTCPPortGetRequest( UCHAR ** ppucMBTCPFrame, USHORT * usTCPLength ) in xMBMasterTCPPortGetRequest() argument
935 *ppucMBTCPFrame = pxInfo->pucRcvBuf; in xMBMasterTCPPortGetRequest()