Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/
H A Dmbfuncinput.c48 #define MB_PDU_FUNC_READ_REGCNT_MAX ( 0x007D ) macro
81 && ( usRegCount < MB_PDU_FUNC_READ_REGCNT_MAX ) ) in eMBFuncReadInputRegister()
H A Dmbfuncholding.c48 #define MB_PDU_FUNC_READ_REGCNT_MAX ( 0x007D ) macro
191 if( ( usRegCount >= 1 ) && ( usRegCount <= MB_PDU_FUNC_READ_REGCNT_MAX ) ) in eMBFuncReadHoldingRegister()
H A Dmbfuncholding_m.c49 #define MB_PDU_FUNC_READ_REGCNT_MAX ( 0x007D ) macro