FreeRTOS
pdFAIL
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
pdFAIL
pdFAIL macro
Syntax
Show:
Summary
Declaration
from
projdefs.h:60
#define
pdFAIL
(
pdFALSE
)
Examples
References
from
examples
Code
Location
#define
pdFAIL
(
pdFALSE
)
projdefs.h:60
xReturn
=
pdFAIL
;
queue.c:361
configASSERT
(
xReturn
!=
pdFAIL
)
;
queue.c:364
xReturn
=
pdFAIL
;
queue.c:800
if
(
xReturn
!=
pdFAIL
)
queue.c:842
xReturn
=
pdFAIL
;
queue.c:2123
xReturn
=
pdFAIL
;
queue.c:2185
xReturn
=
pdFAIL
;
queue.c:3206
xReturn
=
pdFAIL
;
queue.c:3212
xReturn
=
pdFAIL
;
queue.c:3243
xReturn
=
pdFAIL
;
queue.c:3250
BaseType_t
xReturn
=
pdFAIL
;
stream_buffer.c:597
BaseType_t
xReturn
=
pdFAIL
;
stream_buffer.c:658
if
(
xReturn
==
pdFAIL
)
tasks.c:3633
xReturn
=
pdFAIL
;
tasks.c:4673
xReturn
=
pdFAIL
;
tasks.c:7894
xReturn
=
pdFAIL
;
tasks.c:8037
xReturn
=
pdFAIL
;
tasks.c:8301
BaseType_t
xReturn
=
pdFAIL
;
timers.c:239
BaseType_t
xReturn
=
pdFAIL
;
timers.c:454
BaseType_t
xReturn
=
pdFAIL
;
timers.c:505
while
(
xQueueReceive
(
xTimerQueue
,
&
xMessage
,
tmrNO_DELAY
)
!=
pdFAIL
)
timers.c:945
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