Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb_m.c310 static eMBException eException; in eMBMasterPoll() local
374 eException = MB_EX_ILLEGAL_FUNCTION; in eMBMasterPoll()
378 eException = (eMBException)ucMBFrame[MB_PDU_DATA_OFF]; in eMBMasterPoll()
399eException = xMasterFuncHandlers[i].pxHandler(ucMBFrame, &usLength); in eMBMasterPoll()
404eException = xMasterFuncHandlers[i].pxHandler( ucMBFrame, &usLength ); in eMBMasterPoll()
412 if ( eException != MB_EX_NONE ) in eMBMasterPoll()
Dmb.c339 static eMBException eException; in eMBPoll() local
381 eException = MB_EX_ILLEGAL_FUNCTION; in eMBPoll()
391 eException = xFuncHandlers[i].pxHandler( ucMBFrame, &usLength ); in eMBPoll()
400 if( eException != MB_EX_NONE ) in eMBPoll()
405 ucMBFrame[usLength++] = eException; in eMBPoll()