Home
last modified time | relevance | path

Searched refs:lTimeOut (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.5.0/components/freemodbus/modbus/include/
Dmb_m.h344 eMBMasterReqReadInputRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut );
346 …asterReqWriteHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usRegData, LONG lTimeOut );
349 USHORT usNRegs, USHORT * pusDataBuffer, LONG lTimeOut );
351 eMBMasterReqReadHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut );
355 USHORT usWriteRegAddr, USHORT usNWriteRegs, LONG lTimeOut );
357 eMBMasterReqReadCoils( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usNCoils, LONG lTimeOut );
359 eMBMasterReqWriteCoil( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usCoilData, LONG lTimeOut );
362 USHORT usCoilAddr, USHORT usNCoils, UCHAR * pucDataBuffer, LONG lTimeOut );
364 …qReadDiscreteInputs( UCHAR ucSndAddr, USHORT usDiscreteAddr, USHORT usNDiscreteIn, LONG lTimeOut );
/hal_espressif-3.5.0/components/freemodbus/modbus/functions/
Dmbfuncholding_m.c101 …MasterReqWriteHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usRegData, LONG lTimeOut ) in eMBMasterReqWriteHoldingRegister() argument
107 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqWriteHoldingRegister()
171 USHORT usRegAddr, USHORT usNRegs, USHORT * pusDataBuffer, LONG lTimeOut ) in eMBMasterReqWriteMultipleHoldingRegister() argument
178 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqWriteMultipleHoldingRegister()
265 eMBMasterReqReadHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut ) in eMBMasterReqReadHoldingRegister() argument
271 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadHoldingRegister()
359 USHORT usWriteRegAddr, USHORT usNWriteRegs, LONG lTimeOut ) in eMBMasterReqReadWriteMultipleHoldingRegister() argument
366 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadWriteMultipleHoldingRegister()
Dmbfunccoils_m.c89 eMBMasterReqReadCoils( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usNCoils, LONG lTimeOut ) in eMBMasterReqReadCoils() argument
95 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadCoils()
195 eMBMasterReqWriteCoil( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usCoilData, LONG lTimeOut ) in eMBMasterReqWriteCoil() argument
202 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqWriteCoil()
289 USHORT usCoilAddr, USHORT usNCoils, UCHAR * pucDataBuffer, LONG lTimeOut) in eMBMasterReqWriteMultipleCoils() argument
298 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqWriteMultipleCoils()
Dmbfuncinput_m.c72 eMBMasterReqReadInputRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut ) in eMBMasterReqReadInputRegister() argument
78 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadInputRegister()
Dmbfuncdisc_m.c73 …eqReadDiscreteInputs( UCHAR ucSndAddr, USHORT usDiscreteAddr, USHORT usNDiscreteIn, LONG lTimeOut ) in eMBMasterReqReadDiscreteInputs() argument
79 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadDiscreteInputs()
/hal_espressif-3.5.0/components/freemodbus/port/
Dportevent_m.c175 BOOL xMBMasterRunResTake( LONG lTimeOut ) in xMBMasterRunResTake() argument
182 lTimeOut); // Resource wait timeout. in xMBMasterRunResTake()
184 ESP_LOGD(MB_PORT_TAG,"%s:Take resource (%x) (%lu ticks).", __func__, uxBits, lTimeOut); in xMBMasterRunResTake()