Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
HDNetworkInterface.c88 #ifndef NETWORK_INTERFACE_RX_PRIORITY
89 #define NETWORK_INTERFACE_RX_PRIORITY ( configMAX_PRIORITIES - 1 ) macro
267 …if( xTaskCreate( rx_task, "rx_task", 512, NULL, NETWORK_INTERFACE_RX_PRIORITY, &receiveTaskHandle … in xNetworkInterfaceInitialise()