xQueueCreateCountingSemaphore() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOSxQueueCreateCountingSemaphore()

xQueueCreateCountingSemaphore() function

Syntax

QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount,     const UBaseType_t uxInitialCount ) PRIVILEGED_FUNCTION;
Implemented in queue.c:714

Arguments

uxMaxCount

uxInitialCount

References

LocationReferrerText
queue.c:714
QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, const UBaseType_t uxInitialCount )
queue.h:1416
QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, const UBaseType_t uxInitialCount ) PRIVILEGED_FUNCTION;
cmsis_os.c:764osSemaphoreCreate()
mpu_wrappers.c:750MPU_xQueueCreateCountingSemaphore()
xReturn = xQueueCreateCountingSemaphore( uxCountValue, uxInitialCount );

Call Tree

Functions calling xQueueCreateCountingSemaphore()
Functions called by xQueueCreateCountingSemaphore()
xQueueCreateCountingSemaphore()
Data read by xQueueCreateCountingSemaphore()
Data written by xQueueCreateCountingSemaphore()
xQueueCreateCountingSemaphore()::xHandle
all items filtered out
xQueueCreateCountingSemaphore()
xQueueCreateCountingSemaphore()::xHandle
all items filtered out
Type of xQueueCreateCountingSemaphore()
xQueueCreateCountingSemaphore()
all items filtered out