Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb_m.c362 ( void ) xMBMasterPortEventPost( EV_MASTER_ERROR_PROCESS ); in eMBMasterPoll()
415 ( void ) xMBMasterPortEventPost( EV_MASTER_ERROR_PROCESS ); in eMBMasterPoll()
422 ( void ) xMBMasterPortEventPost( EV_MASTER_ERROR_PROCESS ); in eMBMasterPoll()
426 } else if ( MB_PORT_CHECK_EVENT( eEvent, EV_MASTER_ERROR_PROCESS ) ) { in eMBMasterPoll()
453 MB_PORT_CLEAR_EVENT( eEvent, EV_MASTER_ERROR_PROCESS ); in eMBMasterPoll()
/hal_espressif-3.4.0/components/freemodbus/modbus/rtu/
Dmbrtu_m.c368 xNeedPoll = xMBMasterPortEventPost(EV_MASTER_ERROR_PROCESS); in xMBMasterRTUTimerExpired()
386 xNeedPoll = xMBMasterPortEventPost(EV_MASTER_ERROR_PROCESS); in xMBMasterRTUTimerExpired()
/hal_espressif-3.4.0/components/freemodbus/modbus/ascii/
Dmbascii_m.c473 xNeedPoll = xMBMasterPortEventPost( EV_MASTER_ERROR_PROCESS ); in xMBMasterASCIITimerT1SExpired()
497 xNeedPoll = xMBMasterPortEventPost(EV_MASTER_ERROR_PROCESS); in xMBMasterASCIITimerT1SExpired()
/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmbport.h73 EV_MASTER_ERROR_PROCESS = 0x0020, /*!< Frame error process. */ enumerator
/hal_espressif-3.4.0/components/freemodbus/port/
Dportevent_m.c58 EV_MASTER_ERROR_PROCESS )
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c853 xMBTCPPortMasterFsmSetError(EV_ERROR_RECEIVE_DATA, EV_MASTER_ERROR_PROCESS); in vMBTCPPortMasterTask()
1021 xNeedPoll = xMBMasterPortEventPost(EV_MASTER_ERROR_PROCESS); in xMBMasterTCPTimerExpired()