Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A Dqueue.c112 } u; member
625 pxNewQueue->u.xSemaphore.xMutexHolder = NULL; in prvInitialiseMutex()
783 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )--; in xQueueGiveMutexRecursive()
835 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )++; in xQueueTakeMutexRecursive()
2412 pxQueue->u.xSemaphore.xMutexHolder = NULL; in prvCopyDataToQueue()
2426 if( pxQueue->pcWriteTo >= pxQueue->u.xQueue.pcTail ) in prvCopyDataToQueue()
2442 pxQueue->u.xQueue.pcReadFrom = ( pxQueue->u.xQueue.pcTail - pxQueue->uxItemSize ); in prvCopyDataToQueue()
2483 if( pxQueue->u.xQueue.pcReadFrom >= pxQueue->u.xQueue.pcTail ) in prvCopyDataFromQueue()
2485 pxQueue->u.xQueue.pcReadFrom = pxQueue->pcHead; in prvCopyDataFromQueue()
2838 if( pxQueue->u.xQueue.pcReadFrom >= pxQueue->u.xQueue.pcTail ) in xQueueCRReceive()
[all …]
A Dtimers.c134 } u; member
467 xMessage.u.xTimerParameters.xMessageValue = xOptionalValue; in xTimerGenericCommandFromTask()
468 xMessage.u.xTimerParameters.pxTimer = xTimer; in xTimerGenericCommandFromTask()
516 xMessage.u.xTimerParameters.xMessageValue = xOptionalValue; in xTimerGenericCommandFromISR()
517 xMessage.u.xTimerParameters.pxTimer = xTimer; in xTimerGenericCommandFromISR()
971 pxTimer = xMessage.u.xTimerParameters.pxTimer; in prvProcessReceivedCommands()
1249 xMessage.u.xCallbackParameters.pxCallbackFunction = xFunctionToPend; in xTimerPendFunctionCallFromISR()
1250 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCallFromISR()
1251 xMessage.u.xCallbackParameters.ulParameter2 = ulParameter2; in xTimerPendFunctionCallFromISR()
1285 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCall()
[all …]
A DREADME.md185 `sort -u .cSpellWords.txt -o .cSpellWords.txt`
/FreeRTOS-Kernel/.github/workflows/
A Dauto-release.yml91 git push -u origin "$VERSION_NUMBER"
106 git push -u origin "$VERSION_NUMBER"
136 git push -u origin --delete "$VERSION_NUMBER"
/FreeRTOS-Kernel/portable/MSVC-MingW/
A Dport.c184 liDueTime.u.LowPart = xWaitTimeBetweenTicks * 1000 * 1000; in prvSimulatedPeripheralTimer()
185 liDueTime.u.HighPart = 0; in prvSimulatedPeripheralTimer()
/FreeRTOS-Kernel/include/
A DFreeRTOS.h3246 } u; member

Completed in 31 milliseconds