Searched refs:uxCountValue (Results 1 – 2 of 2) sorted by relevance
1415 QueueHandle_t MPU_xQueueCreateCountingSemaphore( UBaseType_t uxCountValue, in MPU_xQueueCreateCountingSemaphore() argument1425 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()1433 xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()
2765 QueueHandle_t MPU_xQueueCreateCountingSemaphore( UBaseType_t uxCountValue, in MPU_xQueueCreateCountingSemaphore() argument2776 … xInternalQueueHandle = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount ); in MPU_xQueueCreateCountingSemaphore()