FreeRTOS
prvGetEventGroupBit()
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
prvGetEventGroupBit()
prvGetEventGroupBit() function
Syntax
Show:
Summary
Declaration
from
port.c:996
static
inline
EventBits_t
prvGetEventGroupBit
(
spin_lock_t
*
spinLock
)
;
Arguments
Argument
spinLock
Examples
References
from
examples
Code
Location
Referrer
static
inline
EventBits_t
prvGetEventGroupBit
(
spin_lock_t
*
spinLock
)
port.c:996
xEventGroupWaitBits
(
xEventGroup
,
prvGetEventGroupBit
(
pxLock
->
spin_lock
)
,
port.c:1042
vPortLockInternalSpinUnlockWithWait()
EventBits_t
uxBits
=
prvGetEventGroupBit
(
pxLock
->
spin_lock
)
;
port.c:1050
vPortLockInternalSpinUnlockWithNotify()
prvGetEventGroupBit
(
pxLock
->
spin_lock
)
,
pdTRUE
,
port.c:1126
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
Call Tree
from
examples
prvGetEventGroupBit()
is called by 3 functions and calls 1 function:
vPortLockInternalSpinUnlockWithWait()
vPortLockInternalSpinUnlockWithNotify()
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
All items filtered out
prvGetEventGroupBit()
spin_lock_get_num()
All items filtered out
Data Use
from
examples
prvGetEventGroupBit()
:
All items filtered out
prvGetEventGroupBit()
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