Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/modbus/
Dmb_m.c68 static volatile eMBMasterErrorEventType eMBMasterCurErrorType;
315 eMBMasterErrorEventType errorType; in eMBMasterPoll()
490 eMBMasterErrorEventType inline eMBMasterGetErrorType( void ) in eMBMasterGetErrorType()
496 void IRAM_ATTR vMBMasterSetErrorType( eMBMasterErrorEventType errorType ) in vMBMasterSetErrorType()
/hal_espressif-3.6.0/components/freemodbus/modbus/include/
Dmb_m.h401 eMBMasterErrorEventType eMBMasterGetErrorType( void );
402 void vMBMasterSetErrorType( eMBMasterErrorEventType errorType );
Dmbport.h86 } eMBMasterErrorEventType; typedef
/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c651 static void xMBTCPPortMasterFsmSetError(eMBMasterErrorEventType xErrType, eMBMasterEventType xPostE… in xMBTCPPortMasterFsmSetError()