Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/
H A Dmbfuncinput.c47 #define MB_PDU_FUNC_READ_SIZE ( 4 ) macro
68 if( *usLen == ( MB_PDU_FUNC_READ_SIZE + MB_PDU_SIZE_MIN ) ) in eMBFuncReadInputRegister()
H A Dmbfuncdisc.c38 #define MB_PDU_FUNC_READ_SIZE ( 4 ) macro
59 if( *usLen == ( MB_PDU_FUNC_READ_SIZE + MB_PDU_SIZE_MIN ) ) in eMBFuncReadDiscreteInputs()
H A Dmbfunccoils.c47 #define MB_PDU_FUNC_READ_SIZE ( 4 ) macro
79 if( *usLen == ( MB_PDU_FUNC_READ_SIZE + MB_PDU_SIZE_MIN ) ) in eMBFuncReadCoils()
H A Dmbfuncholding.c47 #define MB_PDU_FUNC_READ_SIZE ( 4 ) macro
179 if( *usLen == ( MB_PDU_FUNC_READ_SIZE + MB_PDU_SIZE_MIN ) ) in eMBFuncReadHoldingRegister()