Searched defs:lTimeOut (Results 1 – 5 of 5) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/ |
H A D | mbfuncholding_m.c | 100 …MasterReqWriteHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usRegData, LONG lTimeOut ) in eMBMasterReqWriteHoldingRegister() 170 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()
|
H A D | mbfunccoils_m.c | 88 eMBMasterReqReadCoils( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usNCoils ,LONG lTimeOut ) in eMBMasterReqReadCoils() 194 eMBMasterReqWriteCoil( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usCoilData, LONG lTimeOut ) in eMBMasterReqWriteCoil() 288 USHORT usCoilAddr, USHORT usNCoils, UCHAR * pucDataBuffer, LONG lTimeOut) in eMBMasterReqWriteMultipleCoils()
|
H A D | mbfuncinput_m.c | 73 eMBMasterReqReadInputRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut ) in eMBMasterReqReadInputRegister()
|
H A D | mbfuncdisc_m.c | 73 …eqReadDiscreteInputs( UCHAR ucSndAddr, USHORT usDiscreteAddr, USHORT usNDiscreteIn, LONG lTimeOut ) in eMBMasterReqReadDiscreteInputs()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/ |
H A D | portevent_m.c | 97 BOOL xMBMasterRunResTake( LONG lTimeOut ) in xMBMasterRunResTake()
|