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
STM32 Libraries and Samples
FreeRTOS
pdFAIL
pdFAIL macro
Syntax
Show:
Summary
Declaration
from
projdefs.h:48
#define
pdFAIL
(
pdFALSE
)
Examples
References
from
examples
Code
Location
#define
pdFAIL
(
pdFALSE
)
projdefs.h:48
xReturn
=
pdFAIL
;
queue.c:631
if
(
xReturn
!=
pdFAIL
)
queue.c:668
xReturn
=
pdFAIL
;
queue.c:1866
xReturn
=
pdFAIL
;
queue.c:1920
xReturn
=
pdFAIL
;
queue.c:2796
xReturn
=
pdFAIL
;
queue.c:2802
xReturn
=
pdFAIL
;
queue.c:2828
xReturn
=
pdFAIL
;
queue.c:2835
BaseType_t
xReturn
=
pdFAIL
;
stream_buffer.c:395
xReturn
=
pdFAIL
;
tasks.c:2696
xReturn
=
pdFAIL
;
tasks.c:4825
xReturn
=
pdFAIL
;
tasks.c:4958
xReturn
=
pdFAIL
;
tasks.c:5130
BaseType_t
xReturn
=
pdFAIL
;
timers.c:229
BaseType_t
xReturn
=
pdFAIL
;
timers.c:383
while
(
xQueueReceive
(
xTimerQueue
,
&
xMessage
,
tmrNO_DELAY
)
!=
pdFAIL
)
/*lint !e603 xMessage does not have to be initialised as it is passed out, not in, and it is not used unless xQueueReceive() returns pdTRUE. */
timers.c:741
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