Lines Matching refs:xTicksToWait

968                                                TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */  in MPU_xTaskGenericNotifyWait()  argument
977 …( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ); in MPU_xTaskGenericNotifyWait()
985 …( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ); in MPU_xTaskGenericNotifyWait()
996 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
1005 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1013 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1161 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1171 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
1179 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
1236 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1245 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive()
1253 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive()
1262 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1271 xReturn = xQueuePeek( xQueue, pvBuffer, xTicksToWait ); in MPU_xQueuePeek()
1279 xReturn = xQueuePeek( xQueue, pvBuffer, xTicksToWait ); in MPU_xQueuePeek()
1287 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
1296 xReturn = xQueueSemaphoreTake( xQueue, xTicksToWait ); in MPU_xQueueSemaphoreTake()
1304 xReturn = xQueueSemaphoreTake( xQueue, xTicksToWait ); in MPU_xQueueSemaphoreTake()
1930 … const TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTimerGenericCommandFromTask() argument
1939 …ericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksToWait ); in MPU_xTimerGenericCommandFromTask()
1947 …ericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksToWait ); in MPU_xTimerGenericCommandFromTask()
2012 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xEventGroupWaitBits() argument
2021 …= xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait ); in MPU_xEventGroupWaitBits()
2029 …= xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait ); in MPU_xEventGroupWaitBits()
2095 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xEventGroupSync() argument
2104 … xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync()
2112 … xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync()
2146 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xStreamBufferSend() argument
2155 … xReturn = xStreamBufferSend( xStreamBuffer, pvTxData, xDataLengthBytes, xTicksToWait ); in MPU_xStreamBufferSend()
2163 … xReturn = xStreamBufferSend( xStreamBuffer, pvTxData, xDataLengthBytes, xTicksToWait ); in MPU_xStreamBufferSend()
2201 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xStreamBufferReceive() argument
2210 … xReturn = xStreamBufferReceive( xStreamBuffer, pvRxData, xBufferLengthBytes, xTicksToWait ); in MPU_xStreamBufferReceive()
2218 … xReturn = xStreamBufferReceive( xStreamBuffer, pvRxData, xBufferLengthBytes, xTicksToWait ); in MPU_xStreamBufferReceive()