Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/freemodbus/modbus/functions/
Dmbfunccoils_m.c65 #define MB_PDU_REQ_WRITE_MUL_COILCNT_MAX ( 0x07B0 ) macro
297 else if ( usNCoils > MB_PDU_REQ_WRITE_MUL_COILCNT_MAX ) eErrStatus = MB_MRE_ILL_ARG; in eMBMasterReqWriteMultipleCoils()