FreeRTOS
portYIELD_WITHIN_API
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
portYIELD_WITHIN_API
portYIELD_WITHIN_API macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:122
#define
portYIELD_WITHIN_API
(
)
\
{
\
\
portNVIC_INT_CTRL_REG
=
portNVIC_PENDSVSET_BIT
;
\
\
\
__asm
volatile
(
"dsb"
:::
"memory"
)
;
\
__asm
volatile
(
"isb"
)
;
\
}
Examples
References
from
examples
Code
Location
#define
portYIELD_WITHIN_API
portYIELD
FreeRTOS.h:746
#define
portYIELD_WITHIN_API
(
)
\
portmacro.h:122
#ifndef
portYIELD_WITHIN_API
FreeRTOS.h:745
portYIELD_WITHIN_API
(
)
;
event_groups.c:255
portYIELD_WITHIN_API
(
)
;
event_groups.c:403
#define
queueYIELD_IF_USING_PREEMPTION
(
)
portYIELD_WITHIN_API
(
)
queue.c:89
portYIELD_WITHIN_API
(
)
;
queue.c:927
portYIELD_WITHIN_API
(
)
;
queue.c:1382
portYIELD_WITHIN_API
(
)
;
queue.c:1573
portYIELD_WITHIN_API
(
)
;
queue.c:1749
#define
taskYIELD_IF_USING_PREEMPTION
(
)
portYIELD_WITHIN_API
(
)
tasks.c:64
portYIELD_WITHIN_API
(
)
;
tasks.c:1243
portYIELD_WITHIN_API
(
)
;
tasks.c:1328
portYIELD_WITHIN_API
(
)
;
tasks.c:1373
portYIELD_WITHIN_API
(
)
;
tasks.c:1773
portYIELD_WITHIN_API
(
)
;
tasks.c:4656
portYIELD_WITHIN_API
(
)
;
tasks.c:4729
portYIELD_WITHIN_API
(
)
;
timers.c:628
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