FreeRTOS
uxCrossCoreEventBits
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
uxCrossCoreEventBits
uxCrossCoreEventBits variable
Syntax
Show:
Summary
Declaration
from
port.c:136
static
EventBits_t
uxCrossCoreEventBits
;
Examples
References
from
examples
Code
Location
Referrer
static
EventBits_t
uxCrossCoreEventBits
;
port.c:136
EventBits_t
ulBits
=
uxCrossCoreEventBits
;
port.c:299
prvFIFOInterruptHandler()
uxCrossCoreEventBits
&=
~
ulBits
;
port.c:300
prvFIFOInterruptHandler()
uxCrossCoreEventBits
|=
uxBits
;
port.c:1082
vPortLockInternalSpinUnlockWithNotify()
uxCrossCoreEventBits
|=
uxBits
;
port.c:1087
vPortLockInternalSpinUnlockWithNotify()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uxCrossCoreEventBits
is written by 2 functions and is read by 2 functions:
prvFIFOInterruptHandler()
vPortLockInternalSpinUnlockWithNotify()
All items filtered out
uxCrossCoreEventBits
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