FreeRTOS + 0/110 examples
CodeScope will show references to configQUEUE_REGISTRY_SIZE from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
USB_Host
STM32469I-Discovery
Demonstrations
Applications
FreeRTOS
USB_Host
STM32469I_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
STM324x9I_EVAL
Demonstrations
STemWin
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
STM324xG_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
STM32F412G-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
STM32F413H-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
STM32F429I-Discovery
Demonstrations
Applications
FreeRTOS
STM32F412ZG-Nucleo
Applications
USB_Host
STM32F413ZH-Nucleo
Applications
FreeRTOS
STM32F429ZI-Nucleo
Applications
LwIP
 
Symbols
loading...
Files
loading...

configQUEUE_REGISTRY_SIZE macro

Syntax

#define configQUEUE_REGISTRY_SIZE 0U

Examples

configQUEUE_REGISTRY_SIZE is referenced by 110 libraries and example projects.

References

LocationText
FreeRTOS.h:302
#define configQUEUE_REGISTRY_SIZE 0U
FreeRTOS.h:301
#ifndef configQUEUE_REGISTRY_SIZE
FreeRTOS.h:305
#if ( configQUEUE_REGISTRY_SIZE < 1 )
mpu_wrappers.c:849
#if configQUEUE_REGISTRY_SIZE > 0
mpu_wrappers.c:861
#if configQUEUE_REGISTRY_SIZE > 0
mpu_wrappers.c:873
#if configQUEUE_REGISTRY_SIZE > 0
queue.c:143
#if ( configQUEUE_REGISTRY_SIZE > 0 )
queue.c:162
PRIVILEGED_DATA QueueRegistryItem_t xQueueRegistry[ configQUEUE_REGISTRY_SIZE ];
queue.c:1982
#if ( configQUEUE_REGISTRY_SIZE > 0 )
queue.c:2646
#if ( configQUEUE_REGISTRY_SIZE > 0 )
queue.c:2654
for( ux = ( UBaseType_t ) 0U; ux < ( UBaseType_t ) configQUEUE_REGISTRY_SIZE; ux++ )
queue.c:2675
#if ( configQUEUE_REGISTRY_SIZE > 0 )
queue.c:2684
for( ux = ( UBaseType_t ) 0U; ux < ( UBaseType_t ) configQUEUE_REGISTRY_SIZE; ux++ )
queue.c:2703
#if ( configQUEUE_REGISTRY_SIZE > 0 )
queue.c:2711
for( ux = ( UBaseType_t ) 0U; ux < ( UBaseType_t ) configQUEUE_REGISTRY_SIZE; ux++ )
queue.h:1457
#if( configQUEUE_REGISTRY_SIZE > 0 )
queue.h:1471
#if( configQUEUE_REGISTRY_SIZE > 0 )
queue.h:1486
#if( configQUEUE_REGISTRY_SIZE > 0 )
timers.c:970
#if ( configQUEUE_REGISTRY_SIZE > 0 )