Home
last modified time | relevance | path

Searched defs:pucMBTCPFrame (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/freemodbus/modbus/tcp/
Dmbtcp.c105 UCHAR *pucMBTCPFrame; in eMBTCPReceive() local
137 UCHAR *pucMBTCPFrame = ( UCHAR * ) pucFrame - MB_TCP_FUNC; in eMBTCPSend() local
Dmbtcp_m.c104 UCHAR *pucMBTCPFrame; in eMBMasterTCPReceive() local
136 UCHAR *pucMBTCPFrame = ( UCHAR * ) pucFrame - MB_TCP_FUNC; in eMBMasterTCPSend() local
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c948 int xMBMasterTCPPortWritePoll(MbSlaveInfo_t* pxInfo, const UCHAR * pucMBTCPFrame, USHORT usTCPLengt… in xMBMasterTCPPortWritePoll()
967 xMBMasterTCPPortSendResponse( UCHAR * pucMBTCPFrame, USHORT usTCPLength ) in xMBMasterTCPPortSendResponse()
/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c693 xMBTCPPortSendResponse( UCHAR * pucMBTCPFrame, USHORT usTCPLength ) in xMBTCPPortSendResponse()