Lines Matching refs:xTicksToWait

992                                                TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */  in MPU_xTaskGenericNotifyWait()  argument
1001 …( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ); in MPU_xTaskGenericNotifyWait()
1009 …( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ); in MPU_xTaskGenericNotifyWait()
1020 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
1029 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1037 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1185 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1195 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
1203 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
1260 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1269 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive()
1277 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive()
1286 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1295 xReturn = xQueuePeek( xQueue, pvBuffer, xTicksToWait ); in MPU_xQueuePeek()
1303 xReturn = xQueuePeek( xQueue, pvBuffer, xTicksToWait ); in MPU_xQueuePeek()
1311 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
1320 xReturn = xQueueSemaphoreTake( xQueue, xTicksToWait ); in MPU_xQueueSemaphoreTake()
1328 xReturn = xQueueSemaphoreTake( xQueue, xTicksToWait ); in MPU_xQueueSemaphoreTake()
1954 … const TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTimerGenericCommand() argument
1963 …TimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksToWait ); in MPU_xTimerGenericCommand()
1971 …TimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksToWait ); in MPU_xTimerGenericCommand()
2035 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xEventGroupWaitBits() argument
2044 …= xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait ); in MPU_xEventGroupWaitBits()
2052 …= xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait ); in MPU_xEventGroupWaitBits()
2112 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xEventGroupSync() argument
2121 xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync()
2129 xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync()
2159 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xStreamBufferSend() argument
2168 xReturn = xStreamBufferSend( xStreamBuffer, pvTxData, xDataLengthBytes, xTicksToWait ); in MPU_xStreamBufferSend()
2176 xReturn = xStreamBufferSend( xStreamBuffer, pvTxData, xDataLengthBytes, xTicksToWait ); in MPU_xStreamBufferSend()
2210 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xStreamBufferReceive() argument
2219 … xReturn = xStreamBufferReceive( xStreamBuffer, pvRxData, xBufferLengthBytes, xTicksToWait ); in MPU_xStreamBufferReceive()
2227 … xReturn = xStreamBufferReceive( xStreamBuffer, pvRxData, xBufferLengthBytes, xTicksToWait ); in MPU_xStreamBufferReceive()