iperf sample
NUMBER_OF_CORES
is only used within iperf sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
iperf sample
NUMBER_OF_CORES
NUMBER_OF_CORES macro
Syntax
Show:
Summary
Declaration
from
iperf.c:28
#define
NUMBER_OF_CORES
CONFIG_FREERTOS_NUMBER_OF_CORES
Examples
References
from
examples
Code
Location
#define
NUMBER_OF_CORES
CONFIG_FREERTOS_NUMBER_OF_CORES
iperf.c:28
ret
=
xTaskCreatePinnedToCore
(
iperf_report_task
,
IPERF_REPORT_TASK_NAME
,
IPERF_REPORT_TASK_STACK
,
NULL
,
IPERF_REPORT_TASK_PRIORITY
,
NULL
,
NUMBER_OF_CORES
-
1
)
;
iperf.c:128
ret
=
xTaskCreatePinnedToCore
(
iperf_task_traffic
,
IPERF_TRAFFIC_TASK_NAME
,
IPERF_TRAFFIC_TASK_STACK
,
NULL
,
IPERF_TRAFFIC_TASK_PRIORITY
,
NULL
,
NUMBER_OF_CORES
-
1
)
;
iperf.c:633
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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