Home
last modified time | relevance | path

Searched refs:eMBException (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.5.0/components/freemodbus/modbus/include/
Dmbfunc.h38 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 );
Dmb_m.h366 eMBException
368 eMBException
370 eMBException
372 eMBException
374 eMBException
376 eMBException
378 eMBException
380 eMBException
382 eMBException
384 eMBException
Dmbproto.h70 } eMBException; typedef
72 typedef eMBException( *pxMBFunctionHandler ) ( UCHAR * pucFrame, USHORT * pusLength );
/hal_espressif-3.5.0/components/freemodbus/modbus/functions/
Dmbfuncholding.c70 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()
Dmbfunccoils.c62 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()
Dmbfuncholding_m.c83 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()
Dmbfunccoils_m.c71 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()
Dmbfuncinput.c53 eMBException prveMBError2Exception( eMBErrorCode eErrorCode );
60 eMBException
67 eMBException eStatus = MB_EX_NONE; in eMBFuncReadInputRegister()
Dmbfuncdisc.c57 eMBException prveMBError2Exception( eMBErrorCode eErrorCode );
64 eMBException
72 eMBException eStatus = MB_EX_NONE; in eMBFuncReadDiscreteInputs()
Dmbfuncinput_m.c55 eMBException prveMBError2Exception( eMBErrorCode eErrorCode );
95 eMBException
102 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncReadInputRegister()
Dmbfuncdisc_m.c55 eMBException prveMBError2Exception( eMBErrorCode eErrorCode );
96 eMBException
104 eMBException eStatus = MB_EX_NONE; in eMBMasterFuncReadDiscreteInputs()
Dmbutils.c116 eMBException
119 eMBException eStatus; in prveMBError2Exception()
Dmbfuncother.c82 eMBException
/hal_espressif-3.5.0/components/freemodbus/modbus/
Dmb_m.c310 static eMBException eException; in eMBMasterPoll()
378 eException = (eMBException)ucMBFrame[MB_PDU_DATA_OFF]; in eMBMasterPoll()
Dmb.c339 static eMBException eException; in eMBPoll()