Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb_m.c338 …eStatus = peMBMasterFrameSendCur( ucMBMasterGetDestAddress(), ucMBFrame, usMBMasterGetPDUSndLength… in eMBMasterPoll()
352 if ( ( eStatus == MB_ENOERR ) && ( ( ucRcvAddress == ucMBMasterGetDestAddress() ) in eMBMasterPoll()
434 vMBMasterErrorCBRespondTimeout( ucMBMasterGetDestAddress( ), in eMBMasterPoll()
438 vMBMasterErrorCBReceiveData( ucMBMasterGetDestAddress( ), in eMBMasterPoll()
442 vMBMasterErrorCBExecuteFunction( ucMBMasterGetDestAddress( ), in eMBMasterPoll()
478 UCHAR ucMBMasterGetDestAddress( void ) in ucMBMasterGetDestAddress() function
/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmb_m.h391 UCHAR ucMBMasterGetDestAddress( void );
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c970 USHORT ucCurSlaveIndex = ucMBMasterGetDestAddress(); in xMBMasterTCPPortSendResponse()