Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/WinPCap/
HDNetworkInterface.c108 static void prvInterruptSimulatorTask( void * pvParameters );
658 …xTaskCreate( prvInterruptSimulatorTask, "MAC_ISR", configMINIMAL_STACK_SIZE, NULL, configMAC_ISR_S… in prvConfigureCaptureBehaviour()
787 static void prvInterruptSimulatorTask( void * pvParameters ) in prvInterruptSimulatorTask() function
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/linux/
HDNetworkInterface.c74 static void prvInterruptSimulatorTask( void * pvParameters );
678 if( xTaskCreate( prvInterruptSimulatorTask, in prvCreateWorkerThreads()
920 static void prvInterruptSimulatorTask( void * pvParameters ) in prvInterruptSimulatorTask() function