ESP-IDF
+
0
/1 examples
SourceVu will show references to
xtensa_perfmon_config::repeat_count
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::repeat_count
xtensa_perfmon_config::repeat_count field
how much times function will be called before the calback will be repeated
Syntax
Show:
Summary
Declaration
from
xtensa_perfmon_apis.h:24
int
repeat_count
;
Examples
xtensa_perfmon_config::repeat_count
is referenced by 1 libraries and example projects:
perfmon sample
References
from
0/1
examples
Code
Location
Referrer
int
repeat_count
;
/*!< how much times function will be called before the calback will be repeated */
xtensa_perfmon_apis.h:24
for
(
size_t
i
=
0
;
i
<
config
->
repeat_count
;
i
++
)
{
xtensa_perfmon_apis.c:29
xtensa_perfmon_exec()
result_value
+=
(
float
)
p1
/
config
->
repeat_count
;
xtensa_perfmon_apis.c:42
xtensa_perfmon_exec()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
xtensa_perfmon_config::repeat_count
is read by 1 function:
All items filtered out
xtensa_perfmon_config::repeat_count
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