Home
last modified time | relevance | path

Searched defs:lTimeOut (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/freemodbus/modbus/functions/
Dmbfuncholding_m.c101 …MasterReqWriteHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usRegData, LONG lTimeOut ) in eMBMasterReqWriteHoldingRegister()
171 USHORT usRegAddr, USHORT usNRegs, USHORT * pusDataBuffer, LONG lTimeOut ) in eMBMasterReqWriteMultipleHoldingRegister()
265 eMBMasterReqReadHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut ) in eMBMasterReqReadHoldingRegister()
359 USHORT usWriteRegAddr, USHORT usNWriteRegs, LONG lTimeOut ) in eMBMasterReqReadWriteMultipleHoldingRegister()
Dmbfunccoils_m.c89 eMBMasterReqReadCoils( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usNCoils, LONG lTimeOut ) in eMBMasterReqReadCoils()
195 eMBMasterReqWriteCoil( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usCoilData, LONG lTimeOut ) in eMBMasterReqWriteCoil()
289 USHORT usCoilAddr, USHORT usNCoils, UCHAR * pucDataBuffer, LONG lTimeOut) in eMBMasterReqWriteMultipleCoils()
Dmbfuncinput_m.c72 eMBMasterReqReadInputRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut ) in eMBMasterReqReadInputRegister()
Dmbfuncdisc_m.c73 …eqReadDiscreteInputs( UCHAR ucSndAddr, USHORT usDiscreteAddr, USHORT usNDiscreteIn, LONG lTimeOut ) in eMBMasterReqReadDiscreteInputs()
/hal_espressif-3.6.0/components/freemodbus/port/
Dportevent_m.c175 BOOL xMBMasterRunResTake( LONG lTimeOut ) in xMBMasterRunResTake()