Home
last modified time | relevance | path

Searched refs:MB_PDU_FUNC_READ_SIZE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/freemodbus/modbus/functions/
Dmbfuncinput.c47 #define MB_PDU_FUNC_READ_SIZE ( 4 ) macro
70 if( *usLen == ( MB_PDU_FUNC_READ_SIZE + MB_PDU_SIZE_MIN ) ) in eMBFuncReadInputRegister()
Dmbfuncdisc.c53 #define MB_PDU_FUNC_READ_SIZE ( 4 ) macro
75 if( *usLen == ( MB_PDU_FUNC_READ_SIZE + MB_PDU_SIZE_MIN ) ) in eMBFuncReadDiscreteInputs()
Dmbfunccoils.c47 #define MB_PDU_FUNC_READ_SIZE ( 4 ) macro
80 if( *usLen == ( MB_PDU_FUNC_READ_SIZE + MB_PDU_SIZE_MIN ) ) in eMBFuncReadCoils()
Dmbfuncholding.c47 #define MB_PDU_FUNC_READ_SIZE ( 4 ) macro
180 if( *usLen == ( MB_PDU_FUNC_READ_SIZE + MB_PDU_SIZE_MIN ) ) in eMBFuncReadHoldingRegister()