FreeRTOS
xEventGroup
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
xEventGroup
xEventGroup variable
Syntax
Show:
Summary
Declaration
from
port.c:134
static
EventGroupHandle_t
xEventGroup
;
Examples
References
from
examples
Code
Location
Referrer
static
EventGroupHandle_t
xEventGroup
;
port.c:134
xEventGroupSetBitsFromISR
(
xEventGroup
,
ulBits
,
&
xHigherPriorityTaskWoken
)
;
port.c:302
prvFIFOInterruptHandler()
xEventGroupWaitBits
(
xEventGroup
,
prvGetEventGroupBit
(
pxLock
->
spin_lock
)
,
port.c:1042
vPortLockInternalSpinUnlockWithWait()
xEventGroupSetBits
(
xEventGroup
,
uxBits
)
;
port.c:1062
vPortLockInternalSpinUnlockWithNotify()
xEventGroupSetBitsFromISR
(
xEventGroup
,
uxBits
,
&
xHigherPriorityTaskWoken
)
;
port.c:1067
vPortLockInternalSpinUnlockWithNotify()
xEventGroupWaitBits
(
xEventGroup
,
port.c:1125
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
xEventGroup
=
xEventGroupCreate
(
)
;
port.c:1168
prvRuntimeInitializer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xEventGroup
is written by 1 function and is read by 4 functions:
prvRuntimeInitializer()
All items filtered out
xEventGroup
prvFIFOInterruptHandler()
vPortLockInternalSpinUnlockWithWait()
vPortLockInternalSpinUnlockWithNotify()
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
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