Searched defs:lTimeOut (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/freemodbus/modbus/functions/ |
D | mbfuncholding_m.c | 101 …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()
|
D | mbfunccoils_m.c | 89 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()
|
D | mbfuncinput_m.c | 72 eMBMasterReqReadInputRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut ) in eMBMasterReqReadInputRegister()
|
D | mbfuncdisc_m.c | 73 …eqReadDiscreteInputs( UCHAR ucSndAddr, USHORT usDiscreteAddr, USHORT usNDiscreteIn, LONG lTimeOut ) in eMBMasterReqReadDiscreteInputs()
|
/hal_espressif-3.6.0/components/freemodbus/port/ |
D | portevent_m.c | 175 BOOL xMBMasterRunResTake( LONG lTimeOut ) in xMBMasterRunResTake()
|