Home
last modified time | relevance | path

Searched refs:ucSndAddr (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/freemodbus/modbus/include/
Dmb_m.h344 eMBMasterReqReadInputRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut );
346 eMBMasterReqWriteHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usRegData, LONG lTimeOu…
348 eMBMasterReqWriteMultipleHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr,
351 eMBMasterReqReadHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut );
353 eMBMasterReqReadWriteMultipleHoldingRegister( UCHAR ucSndAddr,
357 eMBMasterReqReadCoils( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usNCoils, LONG lTimeOut );
359 eMBMasterReqWriteCoil( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usCoilData, LONG lTimeOut );
361 eMBMasterReqWriteMultipleCoils( UCHAR ucSndAddr,
364 eMBMasterReqReadDiscreteInputs( UCHAR ucSndAddr, USHORT usDiscreteAddr, USHORT usNDiscreteIn, LONG …
/hal_espressif-3.6.0/components/freemodbus/modbus/functions/
Dmbfuncholding_m.c101 eMBMasterReqWriteHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usRegData, LONG lTimeOu… in eMBMasterReqWriteHoldingRegister() argument
106 if ( ucSndAddr > MB_MASTER_TOTAL_SLAVE_NUM ) eErrStatus = MB_MRE_ILL_ARG; in eMBMasterReqWriteHoldingRegister()
111 vMBMasterSetDestAddress(ucSndAddr); in eMBMasterReqWriteHoldingRegister()
170 eMBMasterReqWriteMultipleHoldingRegister( UCHAR ucSndAddr, in eMBMasterReqWriteMultipleHoldingRegister() argument
177 if ( ucSndAddr > MB_MASTER_TOTAL_SLAVE_NUM ) eErrStatus = MB_MRE_ILL_ARG; in eMBMasterReqWriteMultipleHoldingRegister()
182 vMBMasterSetDestAddress(ucSndAddr); in eMBMasterReqWriteMultipleHoldingRegister()
265 eMBMasterReqReadHoldingRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut ) in eMBMasterReqReadHoldingRegister() argument
270 if ( ucSndAddr > MB_MASTER_TOTAL_SLAVE_NUM ) eErrStatus = MB_MRE_ILL_ARG; in eMBMasterReqReadHoldingRegister()
275 vMBMasterSetDestAddress(ucSndAddr); in eMBMasterReqReadHoldingRegister()
357 eMBMasterReqReadWriteMultipleHoldingRegister( UCHAR ucSndAddr, in eMBMasterReqReadWriteMultipleHoldingRegister() argument
[all …]
Dmbfunccoils_m.c89 eMBMasterReqReadCoils( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usNCoils, LONG lTimeOut ) in eMBMasterReqReadCoils() argument
94 if ( ucSndAddr > MB_MASTER_TOTAL_SLAVE_NUM ) eErrStatus = MB_MRE_ILL_ARG; in eMBMasterReqReadCoils()
99 vMBMasterSetDestAddress(ucSndAddr); in eMBMasterReqReadCoils()
195 eMBMasterReqWriteCoil( UCHAR ucSndAddr, USHORT usCoilAddr, USHORT usCoilData, LONG lTimeOut ) in eMBMasterReqWriteCoil() argument
200 if ( ucSndAddr > MB_MASTER_TOTAL_SLAVE_NUM ) eErrStatus = MB_MRE_ILL_ARG; in eMBMasterReqWriteCoil()
206 vMBMasterSetDestAddress(ucSndAddr); in eMBMasterReqWriteCoil()
288 eMBMasterReqWriteMultipleCoils( UCHAR ucSndAddr, in eMBMasterReqWriteMultipleCoils() argument
296 if ( ucSndAddr > MB_MASTER_TOTAL_SLAVE_NUM ) eErrStatus = MB_MRE_ILL_ARG; in eMBMasterReqWriteMultipleCoils()
302 vMBMasterSetDestAddress(ucSndAddr); in eMBMasterReqWriteMultipleCoils()
Dmbfuncinput_m.c72 eMBMasterReqReadInputRegister( UCHAR ucSndAddr, USHORT usRegAddr, USHORT usNRegs, LONG lTimeOut ) in eMBMasterReqReadInputRegister() argument
77 if ( ucSndAddr > MB_MASTER_TOTAL_SLAVE_NUM ) eErrStatus = MB_MRE_ILL_ARG; in eMBMasterReqReadInputRegister()
82 vMBMasterSetDestAddress(ucSndAddr); in eMBMasterReqReadInputRegister()
Dmbfuncdisc_m.c73 eMBMasterReqReadDiscreteInputs( UCHAR ucSndAddr, USHORT usDiscreteAddr, USHORT usNDiscreteIn, LONG … in eMBMasterReqReadDiscreteInputs() argument
78 if ( ucSndAddr > MB_MASTER_TOTAL_SLAVE_NUM ) eErrStatus = MB_MRE_ILL_ARG; in eMBMasterReqReadDiscreteInputs()
83 vMBMasterSetDestAddress(ucSndAddr); in eMBMasterReqReadDiscreteInputs()