FreeRTOS
+
0
/9 examples
SourceVu will show references to
portMAX_DELAY
from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32F412G-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413H-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413ZH-Nucleo
Applications
FreeRTOS
FreeRTOS_MPU
STM32F429I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
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
STM32 Libraries and Samples
FreeRTOS
portMAX_DELAY
portMAX_DELAY macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:64
#define
portMAX_DELAY
(
TickType_t
)
0xffffffffUL
Examples
portMAX_DELAY
is referenced by 9 libraries and example projects:
Examples
STM32446E_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32F412G-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413H-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413ZH-Nucleo
Applications
FreeRTOS
FreeRTOS_MPU
STM32F429I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
References
from
0/9
examples
Code
Location
#define
portMAX_DELAY
(
TickType_t
)
0xffffffffUL
portmacro.h:64
#define
portMAX_DELAY
(
TickType_t
)
0xffffffffUL
portmacro.h:64
ticks
=
portMAX_DELAY
;
cmsis_os.c:554
ticks
=
portMAX_DELAY
;
cmsis_os.c:638
ticks
=
portMAX_DELAY
;
cmsis_os.c:791
ticks
=
portMAX_DELAY
;
cmsis_os.c:1117
ticks
=
portMAX_DELAY
;
cmsis_os.c:1307
ticks
=
portMAX_DELAY
;
cmsis_os.c:1569
ticks
=
portMAX_DELAY
;
cmsis_os.c:1698
size_t
xBlocks
=
0
,
xMaxSize
=
0
,
xMinSize
=
portMAX_DELAY
;
/* portMAX_DELAY used as a portable way of getting the maximum value. */
heap_4.c:445
pxList
->
xListEnd
.
xItemValue
=
portMAX_DELAY
;
list.c:46
if
(
xValueOfInsertion
==
portMAX_DELAY
)
list.c:122
xNextTaskUnblockTime
=
portMAX_DELAY
;
tasks.c:2059
xNextTaskUnblockTime
=
portMAX_DELAY
;
/*lint !e961 MISRA exception as the casts are only redundant for some ports. */
tasks.c:2751
xTicksToWait
=
portMAX_DELAY
;
tasks.c:3128
if
(
*
pxTicksToWait
==
portMAX_DELAY
)
tasks.c:3299
xNextTaskUnblockTime
=
portMAX_DELAY
;
tasks.c:3953
if
(
(
xTicksToWait
==
portMAX_DELAY
)
&&
(
xCanBlockIndefinitely
!=
pdFALSE
)
)
tasks.c:5206
Call Tree
from
0/9
examples
All items filtered out
All items filtered out
Data Use
from
0/9
examples
All items filtered out
All items filtered out
Class Tree
from
0/9
examples
All items filtered out
All items filtered out
Override Tree
from
0/9
examples
All items filtered out
All items filtered out
Implementations
from
0/9
examples
All items filtered out
All items filtered out
Instances
from
0/9
examples
Lifecycle
from
0/9
examples
All items filtered out
All items filtered out