ESP-IDF
_pFirstModule
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
_pFirstModule
_pFirstModule variable
Syntax
Show:
Summary
Declaration
from
SEGGER_SYSVIEW.c:368
static
SEGGER_SYSVIEW_MODULE
*
_pFirstModule
;
Examples
References
from
examples
Code
Location
Referrer
static
SEGGER_SYSVIEW_MODULE
*
_pFirstModule
;
SEGGER_SYSVIEW.c:368
if
(
_pFirstModule
==
0
)
{
SEGGER_SYSVIEW.c:2801
SEGGER_SYSVIEW_RegisterModule()
_pFirstModule
=
pModule
;
SEGGER_SYSVIEW.c:2809
SEGGER_SYSVIEW_RegisterModule()
pModule
->
EventOffset
=
_pFirstModule
->
EventOffset
+
_pFirstModule
->
NumEvents
;
SEGGER_SYSVIEW.c:2817
SEGGER_SYSVIEW_RegisterModule()
pModule
->
pNext
=
_pFirstModule
;
SEGGER_SYSVIEW.c:2818
SEGGER_SYSVIEW_RegisterModule()
_pFirstModule
=
pModule
;
SEGGER_SYSVIEW.c:2819
SEGGER_SYSVIEW_RegisterModule()
p
=
_pFirstModule
;
SEGGER_SYSVIEW.c:2844
SEGGER_SYSVIEW_RecordModuleDescription()
if
(
_pFirstModule
!=
0
)
{
SEGGER_SYSVIEW.c:2885
SEGGER_SYSVIEW_SendModule()
pModule
=
_pFirstModule
;
SEGGER_SYSVIEW.c:2886
SEGGER_SYSVIEW_SendModule()
if
(
_pFirstModule
!=
0
)
{
SEGGER_SYSVIEW.c:2923
SEGGER_SYSVIEW_SendModuleDescription()
pModule
=
_pFirstModule
;
SEGGER_SYSVIEW.c:2924
SEGGER_SYSVIEW_SendModuleDescription()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_pFirstModule
is written by 1 function and is read by 4 functions:
SEGGER_SYSVIEW_RegisterModule()
All items filtered out
_pFirstModule
SEGGER_SYSVIEW_RegisterModule()
SEGGER_SYSVIEW_RecordModuleDescription()
SEGGER_SYSVIEW_SendModule()
SEGGER_SYSVIEW_SendModuleDescription()
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