Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/modbus/
Dmb_m.c419 if ( eMBMasterGetErrorType( ) == EV_ERROR_INIT ) { in eMBMasterPoll()
452 vMBMasterSetErrorType( EV_ERROR_INIT ); in eMBMasterPoll()
/hal_espressif-3.6.0/components/freemodbus/modbus/include/
Dmbport.h81 EV_ERROR_INIT, /*!< No error, initial state. */ enumerator
/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c844 xMBTCPPortMasterFsmSetError(EV_ERROR_INIT, EV_MASTER_FRAME_RECEIVED); in vMBTCPPortMasterTask()