Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.h122 BOOL xMBTCPPortMasterWaitEvent(EventGroupHandle_t xEventHandle, EventBits_t xEvent, USHORT usTimeou…
Dport_tcp_master.c91 BOOL xMBTCPPortMasterWaitEvent(EventGroupHandle_t xEventHandle, EventBits_t xEvent, USHORT usTimeou… in xMBTCPPortMasterWaitEvent() function
/hal_espressif-3.4.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c186 bool start = (bool)xMBTCPPortMasterWaitEvent(mbm_opts->mbm_event_group, in mbc_tcp_master_start()