FreeRTOS
pdPASS
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
pdPASS
pdPASS macro
Syntax
Show:
Summary
Declaration
from
projdefs.h:47
#define
pdPASS
(
pdTRUE
)
Examples
References
from
examples
Code
Location
#define
pdPASS
(
pdTRUE
)
projdefs.h:47
&
handle
)
!=
pdPASS
)
{
cmsis_os.c:227
if
(
xTimerChangePeriodFromISR
(
timer_id
,
ticks
,
&
taskWoken
)
!=
pdPASS
)
cmsis_os.c:416
if
(
xTimerChangePeriod
(
timer_id
,
ticks
,
0
)
!=
pdPASS
)
cmsis_os.c:427
if
(
xTimerStopFromISR
(
timer_id
,
&
taskWoken
)
!=
pdPASS
)
{
cmsis_os.c:450
if
(
xTimerStop
(
timer_id
,
0
)
!=
pdPASS
)
{
cmsis_os.c:456
if
(
(
xTimerDelete
(
timer_id
,
osWaitForever
)
)
!=
pdPASS
)
{
cmsis_os.c:482
if
(
xTaskGenericNotifyFromISR
(
thread_id
,
(
uint32_t
)
signal
,
eSetBits
,
&
ulPreviousNotificationValue
,
&
xHigherPriorityTaskWoken
)
!=
pdPASS
)
cmsis_os.c:510
else
if
(
xTaskGenericNotify
(
thread_id
,
(
uint32_t
)
signal
,
eSetBits
,
&
ulPreviousNotificationValue
)
!=
pdPASS
)
cmsis_os.c:515
return
pdPASS
;
queue.c:304
xReturn
=
pdPASS
;
queue.c:625
xReturn
=
pdPASS
;
queue.c:659
return
pdPASS
;
queue.c:868
xReturn
=
pdPASS
;
queue.c:1098
xReturn
=
pdPASS
;
queue.c:1263
return
pdPASS
;
queue.c:1336
return
pdPASS
;
queue.c:1498
return
pdPASS
;
queue.c:1702
xReturn
=
pdPASS
;
queue.c:1862
xReturn
=
pdPASS
;
queue.c:1916
xReturn
=
pdPASS
;
queue.c:2807
xReturn
=
pdPASS
;
queue.c:2845
xReturn
=
pdPASS
;
stream_buffer.c:423
xReturn
=
pdPASS
;
stream_buffer.c:459
xReturn
=
pdPASS
;
tasks.c:721
xReturn
=
pdPASS
;
tasks.c:811
if
(
xReturn
==
pdPASS
)
tasks.c:2020
if
(
xReturn
==
pdPASS
)
tasks.c:2031
xReturn
=
pdPASS
;
tasks.c:2642
BaseType_t
xReturn
=
pdPASS
;
tasks.c:4786
BaseType_t
xReturn
=
pdPASS
;
tasks.c:4901
xReturn
=
pdPASS
;
tasks.c:5126
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