Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c695 BOOL bFrameSent = FALSE; in xMBTCPPortSendResponse() local
726 bFrameSent = TRUE; in xMBTCPPortSendResponse()
733 return bFrameSent; in xMBTCPPortSendResponse()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c969 BOOL bFrameSent = FALSE; in xMBMasterTCPPortSendResponse() local
987 bFrameSent = FALSE; in xMBMasterTCPPortSendResponse()
990 bFrameSent = TRUE; in xMBMasterTCPPortSendResponse()
1008 return bFrameSent; in xMBMasterTCPPortSendResponse()