Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmb_m.h140 eMBErrorCode eMBMasterTCPInit( USHORT usTCPPort );
/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb_m.c150 eMBMasterTCPInit( USHORT ucTCPPort ) in eMBMasterTCPInit() function
/hal_espressif-3.4.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c155 status = eMBMasterTCPInit((USHORT)comm_info->ip_port); in mbc_tcp_master_start()