ESP-IDF
+
0
/1 examples
SourceVu will show references to
xtensa_perfmon_config::callback
from the following samples and libraries:
perfmon sample
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
xtensa_perfmon_config::callback
xtensa_perfmon_config::callback field
pointer to the function that will be called with result parameters
Syntax
Show:
Summary
Declaration
from
xtensa_perfmon_apis.h:28
void
(
*
callback
)
(
void
*
params
,
uint32_t
select
,
uint32_t
mask
,
uint32_t
value
)
;
Examples
xtensa_perfmon_config::callback
is referenced by 1 libraries and example projects:
perfmon sample
References
from
0/1
examples
Code
Location
Referrer
void
(
*
callback
)
(
void
*
params
,
uint32_t
select
,
uint32_t
mask
,
uint32_t
value
)
;
/*!< pointer to the function that will be called with result parameters */
xtensa_perfmon_apis.h:28
if
(
config
->
callback
==
NULL
)
{
xtensa_perfmon_apis.c:20
xtensa_perfmon_exec()
config
->
callback
(
config
->
callback_params
,
config
->
select_mask
[
n
*
2
+
0
]
,
config
->
select_mask
[
n
*
2
+
1
]
,
(
uint32_t
)
result_value
)
;
xtensa_perfmon_apis.c:56
xtensa_perfmon_exec()
Call Tree
from
0/1
examples
xtensa_perfmon_config::callback
is called by 1 function:
xtensa_perfmon_exec()
All items filtered out
xtensa_perfmon_config::callback
All items filtered out
Data Use
from
0/1
examples
xtensa_perfmon_config::callback
is read by 1 function:
All items filtered out
xtensa_perfmon_config::callback
xtensa_perfmon_exec()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out