Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c86 static void vMBTCPPortMasterTask(void *pvParameters);
130 BaseType_t xErr = xTaskCreatePinnedToCore(vMBTCPPortMasterTask, in xMBMasterTCPPortInit()
658 static void vMBTCPPortMasterTask(void *pvParameters) in vMBTCPPortMasterTask() function