FreeRTOS
+
0
/1 examples
SourceVu will show references to
portMAX_DELAY
from the following samples and libraries:
PicoSDK
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
portMAX_DELAY
portMAX_DELAY macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:70
#define
portMAX_DELAY
(
TickType_t
)
0xffffffffUL
Examples
portMAX_DELAY
is referenced by 1 libraries and example projects:
PicoSDK
References
from
0/1
examples
Code
Location
#define
portMAX_DELAY
(
TickType_t
)
0xffffffffUL
portmacro.h:70
size_t
xBlocks
=
0
,
xMaxSize
=
0
,
xMinSize
=
portMAX_DELAY
;
/* portMAX_DELAY used as a portable way of getting the maximum value. */
heap_4.c:569
pxList
->
xListEnd
.
xItemValue
=
portMAX_DELAY
;
list.c:62
if
(
xValueOfInsertion
==
portMAX_DELAY
)
list.c:161
pdTRUE
,
pdFALSE
,
portMAX_DELAY
)
;
port.c:1043
xNextTaskUnblockTime
=
portMAX_DELAY
;
tasks.c:3713
xNextTaskUnblockTime
=
portMAX_DELAY
;
tasks.c:4737
xTicksToWait
=
portMAX_DELAY
;
tasks.c:5341
if
(
*
pxTicksToWait
==
portMAX_DELAY
)
tasks.c:5574
xNextTaskUnblockTime
=
portMAX_DELAY
;
tasks.c:6476
if
(
(
xTicksToWait
==
portMAX_DELAY
)
&&
(
xCanBlockIndefinitely
!=
pdFALSE
)
)
tasks.c:8491
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out