queueQUEUE_TYPE_BASE is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

queueQUEUE_TYPE_BASE macro

Syntax

#define queueQUEUE_TYPE_BASE ( ( uint8_t ) 0U )

References

LocationText
queue.h:70
#define queueQUEUE_TYPE_BASE ( ( uint8_t ) 0U )
queue.h:146
#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxItemSize ), ( queueQUEUE_TYPE_BASE ) )