Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers_v2.c201 …#define MPU_GetQueueHandleAtIndex( lIndex ) ( QueueHandle_t ) MPU_GetHa… macro
2126 … xInternalQueueHandle = MPU_GetQueueHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xQueueGenericSendImpl()
2177 … xInternalQueueHandle = MPU_GetQueueHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_uxQueueMessagesWaitingImpl()
2207 … xInternalQueueHandle = MPU_GetQueueHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_uxQueueSpacesAvailableImpl()
2243 … xInternalQueueHandle = MPU_GetQueueHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xQueueReceiveImpl()
2295 … xInternalQueueHandle = MPU_GetQueueHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xQueuePeekImpl()
2344 … xInternalQueueHandle = MPU_GetQueueHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xQueueSemaphoreTakeImpl()
2387 … xInternalQueueHandle = MPU_GetQueueHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xQueueGetMutexHolderImpl()
2434 … xInternalQueueHandle = MPU_GetQueueHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xQueueTakeMutexRecursiveImpl()
2473 … xInternalQueueHandle = MPU_GetQueueHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xQueueGiveMutexRecursiveImpl()
[all …]