queueQUEUE_TYPE_COUNTING_SEMAPHORE is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOSqueueQUEUE_TYPE_COUNTING_SEMAPHORE

queueQUEUE_TYPE_COUNTING_SEMAPHORE macro

Syntax

#define queueQUEUE_TYPE_COUNTING_SEMAPHORE ( ( uint8_t ) 2U )

References

LocationText
queue.h:73
#define queueQUEUE_TYPE_COUNTING_SEMAPHORE ( ( uint8_t ) 2U )
queue.c:721
xHandle = xQueueGenericCreate( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, queueQUEUE_TYPE_COUNTING_SEMAPHORE );