Searched refs:eMBException (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.5.0/components/freemodbus/modbus/include/ |
D | mbfunc.h | 38 eMBException eMBFuncReportSlaveID( UCHAR * pucFrame, USHORT * usLen ); 42 eMBException eMBFuncReadInputRegister( UCHAR * pucFrame, USHORT * usLen ); 46 eMBException eMBFuncReadHoldingRegister( UCHAR * pucFrame, USHORT * usLen ); 50 eMBException eMBFuncWriteHoldingRegister( UCHAR * pucFrame, USHORT * usLen ); 54 eMBException eMBFuncWriteMultipleHoldingRegister( UCHAR * pucFrame, USHORT * usLen ); 58 eMBException eMBFuncReadCoils( UCHAR * pucFrame, USHORT * usLen ); 62 eMBException eMBFuncWriteCoil( UCHAR * pucFrame, USHORT * usLen ); 66 eMBException eMBFuncWriteMultipleCoils( UCHAR * pucFrame, USHORT * usLen ); 70 eMBException eMBFuncReadDiscreteInputs( UCHAR * pucFrame, USHORT * usLen ); 74 eMBException eMBFuncReadWriteMultipleHoldingRegister( UCHAR * pucFrame, USHORT * usLen );
|
D | mb_m.h | 366 eMBException 368 eMBException 370 eMBException 372 eMBException 374 eMBException 376 eMBException 378 eMBException 380 eMBException 382 eMBException 384 eMBException
|
D | mbproto.h | 70 } eMBException; typedef 72 typedef eMBException( *pxMBFunctionHandler ) ( UCHAR * pucFrame, USHORT * pusLength );
|
/hal_espressif-3.5.0/components/freemodbus/modbus/functions/ |
D | mbfuncholding.c | 70 eMBException prveMBError2Exception( eMBErrorCode eErrorCode ); 77 eMBException 81 eMBException eStatus = MB_EX_NONE; in eMBFuncWriteHoldingRegister() 110 eMBException 117 eMBException eStatus = MB_EX_NONE; in eMBFuncWriteMultipleHoldingRegister() 170 eMBException 177 eMBException eStatus = MB_EX_NONE; in eMBFuncReadHoldingRegister() 235 eMBException 245 eMBException eStatus = MB_EX_NONE; in eMBFuncReadWriteMultipleHoldingRegister()
|
D | mbfunccoils.c | 62 eMBException prveMBError2Exception( eMBErrorCode eErrorCode ); 69 eMBException 77 eMBException eStatus = MB_EX_NONE; in eMBFuncReadCoils() 148 eMBException 154 eMBException eStatus = MB_EX_NONE; in eMBFuncWriteCoil() 202 eMBException 210 eMBException eStatus = MB_EX_NONE; in eMBFuncWriteMultipleCoils()
|
D | mbfuncholding_m.c | 83 eMBException prveMBError2Exception( eMBErrorCode eErrorCode ); 124 eMBException 128 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncWriteHoldingRegister() 202 eMBException 210 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncWriteMultipleHoldingRegister() 288 eMBException 295 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncReadHoldingRegister() 394 eMBException 403 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncReadWriteMultipleHoldingRegister()
|
D | mbfunccoils_m.c | 71 eMBException prveMBError2Exception( eMBErrorCode eErrorCode ); 113 eMBException 121 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncReadCoils() 219 eMBException 225 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncWriteCoil() 329 eMBException 338 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncWriteMultipleCoils()
|
D | mbfuncinput.c | 53 eMBException prveMBError2Exception( eMBErrorCode eErrorCode ); 60 eMBException 67 eMBException eStatus = MB_EX_NONE; in eMBFuncReadInputRegister()
|
D | mbfuncdisc.c | 57 eMBException prveMBError2Exception( eMBErrorCode eErrorCode ); 64 eMBException 72 eMBException eStatus = MB_EX_NONE; in eMBFuncReadDiscreteInputs()
|
D | mbfuncinput_m.c | 55 eMBException prveMBError2Exception( eMBErrorCode eErrorCode ); 95 eMBException 102 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncReadInputRegister()
|
D | mbfuncdisc_m.c | 55 eMBException prveMBError2Exception( eMBErrorCode eErrorCode ); 96 eMBException 104 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncReadDiscreteInputs()
|
D | mbutils.c | 116 eMBException 119 eMBException eStatus; in prveMBError2Exception()
|
D | mbfuncother.c | 82 eMBException
|
/hal_espressif-3.5.0/components/freemodbus/modbus/ |
D | mb_m.c | 310 static eMBException eException; in eMBMasterPoll() 378 eException = (eMBException)ucMBFrame[MB_PDU_DATA_OFF]; in eMBMasterPoll()
|
D | mb.c | 339 static eMBException eException; in eMBPoll()
|