Home
last modified time | relevance | path

Searched refs:usTCPPort (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmbport.h221 BOOL xMBTCPPortInit( USHORT usTCPPort );
236 BOOL xMBMasterTCPPortInit( USHORT usTCPPort );
Dmb.h168 eMBErrorCode eMBTCPInit( USHORT usTCPPort );
Dmb_m.h140 eMBErrorCode eMBMasterTCPInit( USHORT usTCPPort );
/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c127 xMBTCPPortInit( USHORT usTCPPort ) in xMBTCPPortInit() argument
144 xConfig.usPort = usTCPPort; in xMBTCPPortInit()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c104 xMBMasterTCPPortInit( USHORT usTCPPort ) in xMBMasterTCPPortInit() argument
116 xMbPortConfig.usPort = usTCPPort; in xMBMasterTCPPortInit()