Home
last modified time | relevance | path

Searched refs:average (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.5.0/examples/system/deep_sleep/
DREADME.md67 Touch pad #8 average: 2148, wakeup threshold set to 2048.
68 Touch pad #9 average: 2148, wakeup threshold set to 2048.
85 Touch pad #8 average: 2149, wakeup threshold set to 2049.
86 Touch pad #9 average: 2146, wakeup threshold set to 2046.
/hal_espressif-3.5.0/examples/common_components/iperf/
Diperf.c75 double average = 0; in iperf_report_task() local
86 average = ((average * (k - 1) / k) + (actual_bandwidth / k)); in iperf_report_task()
91 average); in iperf_report_task()
/hal_espressif-3.5.0/components/driver/test/
Dtest_adc.c102 float average = (float)sum/count; in print_summary() local
109 float delta = i + s_adc_offset - average; in print_summary()
/hal_espressif-3.5.0/examples/wifi/power_save/
DREADME.md23 Note that current consumption and average current are higher when disabled.
/hal_espressif-3.5.0/examples/system/ulp_fsm/ulp/
DREADME.md53 With the default configuration (20ms ULP wakeup period), average current consumption in deep sleep …
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_models/common/include/
Ddevice_property.h1264 bt_mesh_temperature_8_t average; member
/hal_espressif-3.5.0/components/esp_event/test/
Dtest_event.c1511 int average = (int) (running_sum / (running_count)); in performance_test() local
1522 ESP_LOGI(TAG, "events dispatched/second with profiling enabled: %d", average); in performance_test()
1527 TEST_PERFORMANCE_GREATER_THAN(EVENT_DISPATCH, "%d", average); in performance_test()
1529 TEST_PERFORMANCE_GREATER_THAN(EVENT_DISPATCH_PSRAM, "%d", average); in performance_test()
/hal_espressif-3.5.0/examples/wifi/ftm/
DREADME.md96 The final statement gives the average calculated RTT along with an estimated distance between the S…
/hal_espressif-3.5.0/components/esp_wifi/
DKconfig262 Wi-Fi power-save mode average current would be reduced if this option is enabled.
/hal_espressif-3.5.0/docs/en/api-guides/
Dunit-tests.rst258 …ion speed, however these factors are usually irrelevant as their effect 'average out' over the dev…
Dapp_trace.rst34 …owed down, e.g due to USB bus congestions etc. But it will not help when average bitrate of trace …
Dwifi.rst1461 …timestamps data. FTM Initiator gathers the data in the end to calculate an average Round-Trip-Time.
/hal_espressif-3.5.0/docs/en/api-guides/performance/
Dspeed.rst49 Executing the target multiple times can help average out factors like RTOS context switches, overhe…