MPU_xQueueCreateCountingSemaphore() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOSMPU_xQueueCreateCountingSemaphore()

MPU_xQueueCreateCountingSemaphore() function

Syntax

QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount,     const UBaseType_t uxInitialCount );

Arguments

uxMaxCount

uxInitialCount

References

LocationText
mpu_wrappers.c:745
QueueHandle_t MPU_xQueueCreateCountingSemaphore( UBaseType_t uxCountValue, UBaseType_t uxInitialCount ) /* FREERTOS_SYSTEM_CALL */
mpu_prototypes.h:98
QueueHandle_t MPU_xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, const UBaseType_t uxInitialCount ) FREERTOS_SYSTEM_CALL;
queue.h:1416

Call Tree

Functions called by MPU_xQueueCreateCountingSemaphore()
MPU_xQueueCreateCountingSemaphore()
Data read by MPU_xQueueCreateCountingSemaphore()
Data written by MPU_xQueueCreateCountingSemaphore()
MPU_xQueueCreateCountingSemaphore()::uxCountValue
MPU_xQueueCreateCountingSemaphore()::uxInitialCount
MPU_xQueueCreateCountingSemaphore()::xReturn
MPU_xQueueCreateCountingSemaphore()::xRunningPrivileged
all items filtered out
MPU_xQueueCreateCountingSemaphore()
MPU_xQueueCreateCountingSemaphore()::xReturn
all items filtered out
Type of MPU_xQueueCreateCountingSemaphore()
MPU_xQueueCreateCountingSemaphore()