Home
last modified time | relevance | path

Searched refs:eMBPortProto (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.5.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.h74 eMBPortProto xMbProto; /*!< Protocol type */
87 eMBPortProto eMbProto; /*!< Master protocol type */
133 void vMBTCPPortMasterSetNetOpt(void* pvNetIf, eMBPortIpVer xIpVersion, eMBPortProto xProto);
Dport_tcp_master.c244 void vMBTCPPortMasterSetNetOpt(void* pvNetIf, eMBPortIpVer xIpVersion, eMBPortProto xProto) in vMBTCPPortMasterSetNetOpt()
/hal_espressif-3.5.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.h84 eMBPortProto eMbProto; /*!< Protocol type used by port */
102 void vMBTCPPortSlaveSetNetOpt(void* pvNetIf, eMBPortIpVer xIpVersion, eMBPortProto xProto, CHAR* pc…
Dport_tcp_slave.c170 void vMBTCPPortSlaveSetNetOpt(void* pvNetIf, eMBPortIpVer xIpVersion, eMBPortProto xProto, CHAR* pc… in vMBTCPPortSlaveSetNetOpt()
/hal_espressif-3.5.0/components/freemodbus/port/
Dport.h137 } eMBPortProto; typedef
/hal_espressif-3.5.0/components/freemodbus/tcp_slave/modbus_controller/
Dmbc_tcp_slave.c88 eMBPortProto proto = (mbs_opts->mbs_comm.ip_mode == MB_MODE_TCP) ? MB_PROTO_TCP : MB_PROTO_UDP; in mbc_tcp_slave_start()
/hal_espressif-3.5.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c165 eMBPortProto proto = (comm_info->ip_mode == MB_MODE_TCP) ? MB_PROTO_TCP : MB_PROTO_UDP; in mbc_tcp_master_start()