Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/tcp/
Dmbtcp.c75 eMBTCPDoInit( USHORT ucTCPPort ) in eMBTCPDoInit() argument
79 if( xMBTCPPortInit( ucTCPPort ) == FALSE ) in eMBTCPDoInit()
Dmbtcp_m.c75 eMBMasterTCPDoInit( USHORT ucTCPPort ) in eMBMasterTCPDoInit() argument
79 if( xMBMasterTCPPortInit( ucTCPPort ) == FALSE ) in eMBMasterTCPDoInit()
Dmbtcp.h43 eMBErrorCode eMBTCPDoInit( USHORT ucTCPPort );
Dmbtcp_m.h43 eMBErrorCode eMBMasterTCPDoInit( USHORT ucTCPPort );
/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb.c198 eMBTCPInit( USHORT ucTCPPort ) in eMBTCPInit() argument
202 if( ( eStatus = eMBTCPDoInit( ucTCPPort ) ) != MB_ENOERR ) in eMBTCPInit()
Dmb_m.c150 eMBMasterTCPInit( USHORT ucTCPPort ) in eMBMasterTCPInit() argument
154 if( ( eStatus = eMBMasterTCPDoInit( ucTCPPort ) ) != MB_ENOERR ) { in eMBMasterTCPInit()