FreeRTOS
vEventGroupSetBitsCallback()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
vEventGroupSetBitsCallback()
vEventGroupSetBitsCallback() function
Syntax
Show:
Summary
Declaration
Definition
from
event_groups.h:839
void
vEventGroupSetBitsCallback
(
void
*
pvEventGroup
,
uint32_t
ulBitsToSet
)
;
Implemented in
event_groups.c:745
Arguments
Argument
pvEventGroup
ulBitsToSet
Examples
References
from
examples
Code
Location
Referrer
void
vEventGroupSetBitsCallback
(
void
*
pvEventGroup
,
event_groups.c:745
void
vEventGroupSetBitsCallback
(
void
*
pvEventGroup
,
event_groups.h:839
xReturn
=
xTimerPendFunctionCallFromISR
(
vEventGroupSetBitsCallback
,
(
void
*
)
xEventGroup
,
(
uint32_t
)
uxBitsToSet
,
pxHigherPriorityTaskWoken
)
;
event_groups.c:823
xEventGroupSetBitsFromISR()
xEventGroupSetBitsFromISR
(
xEventGroup
,
ulBits
,
&
xHigherPriorityTaskWoken
)
;
port.c:302
prvFIFOInterruptHandler()
xEventGroupSetBitsFromISR
(
xEventGroup
,
uxBits
,
&
xHigherPriorityTaskWoken
)
;
port.c:1067
vPortLockInternalSpinUnlockWithNotify()
Call Tree
from
examples
vEventGroupSetBitsCallback()
calls 1 function:
All items filtered out
vEventGroupSetBitsCallback()
xEventGroupSetBits()
All items filtered out
Data Use
from
examples
vEventGroupSetBitsCallback()
writes 3 variables:
All items filtered out
vEventGroupSetBitsCallback()
xEventGroupSetBitsFromISR()
prvFIFOInterruptHandler()
vPortLockInternalSpinUnlockWithNotify()
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