Home
last modified time | relevance | path

Searched refs:MB_PDU_FUNC_READ_REGCNT_MAX (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/freemodbus/modbus/functions/
Dmbfuncinput.c48 #define MB_PDU_FUNC_READ_REGCNT_MAX ( 0x007D ) macro
83 && ( usRegCount < MB_PDU_FUNC_READ_REGCNT_MAX ) ) in eMBFuncReadInputRegister()
Dmbfuncholding.c48 #define MB_PDU_FUNC_READ_REGCNT_MAX ( 0x007D ) macro
192 if( ( usRegCount >= 1 ) && ( usRegCount <= MB_PDU_FUNC_READ_REGCNT_MAX ) ) in eMBFuncReadHoldingRegister()
Dmbfuncholding_m.c49 #define MB_PDU_FUNC_READ_REGCNT_MAX ( 0x007D ) macro