Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ThirdParty/MSP432/
DNetworkInterface.c583 BaseType_t xHigherPriorityTaskWokenRX = pdFALSE; in applicationProcessFrameRX() local
590 rv = xQueueSendFromISR( xQueueRX, &NIDataIn, &xHigherPriorityTaskWokenRX ); in applicationProcessFrameRX()
594 vTaskNotifyGiveFromISR( xTaskToNotifyEthernetRX, &xHigherPriorityTaskWokenRX ); in applicationProcessFrameRX()
601 portYIELD_FROM_ISR( xHigherPriorityTaskWokenRX ); in applicationProcessFrameRX()