Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c1391 QueueHandle_t MPU_xQueueCreateCountingSemaphore( UBaseType_t uxCountValue, in MPU_xQueueCreateCountingSemaphore() argument
1401 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
1409 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
Dmpu_wrappers_v2.c2829 QueueHandle_t MPU_xQueueCreateCountingSemaphore( UBaseType_t uxCountValue, in MPU_xQueueCreateCountingSemaphore() argument
2840 … xInternalQueueHandle = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()