FreeRTOS
configMAX_TASK_NAME_LEN
is only used within FreeRTOS.
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
configMAX_TASK_NAME_LEN
configMAX_TASK_NAME_LEN macro
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:356
#define
configMAX_TASK_NAME_LEN
16
Examples
References
from
examples
Code
Location
#define
configMAX_TASK_NAME_LEN
16
FreeRTOS.h:356
#if
configMAX_TASK_NAME_LEN
<
1
FreeRTOS.h:363
uint8_t
ucDummy7
[
configMAX_TASK_NAME_LEN
]
;
FreeRTOS.h:3162
char
pcTaskName
[
configMAX_TASK_NAME_LEN
]
;
/**< Descriptive name given to the task when created. Facilitates debugging only. */
tasks.c:378
for
(
x
=
(
UBaseType_t
)
0
;
x
<
(
UBaseType_t
)
configMAX_TASK_NAME_LEN
;
x
++
)
tasks.c:1867
pxNewTCB
->
pcTaskName
[
configMAX_TASK_NAME_LEN
-
1U
]
=
'\0'
;
tasks.c:1886
char
cIdleName
[
configMAX_TASK_NAME_LEN
]
;
tasks.c:3508
for
(
xIdleTaskNameIndex
=
(
BaseType_t
)
0
;
xIdleTaskNameIndex
<
(
BaseType_t
)
configMAX_TASK_NAME_LEN
;
xIdleTaskNameIndex
++
)
tasks.c:3512
if
(
xIdleTaskNameIndex
<
(
BaseType_t
)
configMAX_TASK_NAME_LEN
)
tasks.c:3558
if
(
(
xIdleTaskNameIndex
+
1
)
<
(
BaseType_t
)
configMAX_TASK_NAME_LEN
)
tasks.c:3563
for
(
x
=
(
UBaseType_t
)
0
;
x
<
(
UBaseType_t
)
configMAX_TASK_NAME_LEN
;
x
++
)
tasks.c:4232
configASSERT
(
strlen
(
pcNameToQuery
)
<
configMAX_TASK_NAME_LEN
)
;
tasks.c:4287
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out