Searched refs:xEMACRxEventSemaphore (Results 1 – 2 of 2) sorted by relevance
83 static SemaphoreHandle_t xEMACRxEventSemaphore = NULL; variable103 vSemaphoreCreateBinary( xEMACRxEventSemaphore ); in xNetworkInterfaceInitialise()104 configASSERT( xEMACRxEventSemaphore != NULL ); in xNetworkInterfaceInitialise()195 xSemaphoreGiveFromISR( xEMACRxEventSemaphore, NULL ); in ENET_IRQHandler()217 configASSERT( xEMACRxEventSemaphore != NULL ); in prvEMACHandlerTask()224 while( xSemaphoreTake( xEMACRxEventSemaphore, portMAX_DELAY ) == pdFALSE ) in prvEMACHandlerTask()
79 SemaphoreHandle_t xEMACRxEventSemaphore = NULL; variable94 vSemaphoreCreateBinary( xEMACRxEventSemaphore ); in xNetworkInterfaceInitialise()95 configASSERT( xEMACRxEventSemaphore ); in xNetworkInterfaceInitialise()