Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/modbus/functions/
Dmbfuncinput_m.c47 #define MB_PDU_REQ_READ_SIZE ( 4 ) macro
88 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadInputRegister()
Dmbfuncdisc_m.c49 #define MB_PDU_REQ_READ_SIZE ( 4 ) macro
89 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadDiscreteInputs()
Dmbfunccoils_m.c48 #define MB_PDU_REQ_READ_SIZE ( 4 ) macro
105 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadCoils()
Dmbfuncholding_m.c48 #define MB_PDU_REQ_READ_SIZE ( 4 ) macro
281 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadHoldingRegister()