FreeRTOS
+
0
/4 examples
SourceVu will show references to
configQUEUE_REGISTRY_SIZE
from the following samples and libraries:
httpd sample
iperf sample
ntp_client_socket sample
ping sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
configQUEUE_REGISTRY_SIZE
configQUEUE_REGISTRY_SIZE macro
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:585
#define
configQUEUE_REGISTRY_SIZE
0U
Examples
configQUEUE_REGISTRY_SIZE
is referenced by 4 libraries and example projects:
httpd sample
iperf sample
ntp_client_socket sample
ping sample
References
from
0/4
examples
Code
Location
#define
configQUEUE_REGISTRY_SIZE
0U
FreeRTOS.h:585
#ifndef
configQUEUE_REGISTRY_SIZE
FreeRTOS.h:584
#if
(
configQUEUE_REGISTRY_SIZE
<
1
)
FreeRTOS.h:588
#if
(
configQUEUE_REGISTRY_SIZE
>
0
)
queue.c:148
PRIVILEGED_DATA
QueueRegistryItem_t
xQueueRegistry
[
configQUEUE_REGISTRY_SIZE
]
;
queue.c:171
#if
(
configQUEUE_REGISTRY_SIZE
>
0
)
queue.c:2263
#if
(
configQUEUE_REGISTRY_SIZE
>
0
)
queue.c:3007
for
(
ux
=
(
UBaseType_t
)
0U
;
ux
<
(
UBaseType_t
)
configQUEUE_REGISTRY_SIZE
;
ux
++
)
queue.c:3023
#if
(
configQUEUE_REGISTRY_SIZE
>
0
)
queue.c:3058
for
(
ux
=
(
UBaseType_t
)
0U
;
ux
<
(
UBaseType_t
)
configQUEUE_REGISTRY_SIZE
;
ux
++
)
queue.c:3072
#if
(
configQUEUE_REGISTRY_SIZE
>
0
)
queue.c:3093
for
(
ux
=
(
UBaseType_t
)
0U
;
ux
<
(
UBaseType_t
)
configQUEUE_REGISTRY_SIZE
;
ux
++
)
queue.c:3105
#if
(
configQUEUE_REGISTRY_SIZE
>
0
)
queue.h:1564
#if
(
configQUEUE_REGISTRY_SIZE
>
0
)
queue.h:1579
#if
(
configQUEUE_REGISTRY_SIZE
>
0
)
queue.h:1594
#if
(
configQUEUE_REGISTRY_SIZE
>
0
)
timers.c:1140
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
All items filtered out
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out