Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/modbus/tcp/
Dmbtcp.h43 eMBErrorCode eMBTCPDoInit( USHORT ucTCPPort );
Dmbtcp.c75 eMBTCPDoInit( USHORT ucTCPPort ) in eMBTCPDoInit() function
/hal_espressif-3.6.0/components/freemodbus/modbus/
Dmb.c202 if( ( eStatus = eMBTCPDoInit( ucTCPPort ) ) != MB_ENOERR ) in eMBTCPInit()