Searched refs:average (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.5.0/examples/system/deep_sleep/ |
D | README.md | 67 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/ |
D | iperf.c | 75 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/ |
D | test_adc.c | 102 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/ |
D | README.md | 23 Note that current consumption and average current are higher when disabled.
|
/hal_espressif-3.5.0/examples/system/ulp_fsm/ulp/ |
D | README.md | 53 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/ |
D | device_property.h | 1264 bt_mesh_temperature_8_t average; member
|
/hal_espressif-3.5.0/components/esp_event/test/ |
D | test_event.c | 1511 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/ |
D | README.md | 96 The final statement gives the average calculated RTT along with an estimated distance between the S…
|
/hal_espressif-3.5.0/components/esp_wifi/ |
D | Kconfig | 262 Wi-Fi power-save mode average current would be reduced if this option is enabled.
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | unit-tests.rst | 258 …ion speed, however these factors are usually irrelevant as their effect 'average out' over the dev…
|
D | app_trace.rst | 34 …owed down, e.g due to USB bus congestions etc. But it will not help when average bitrate of trace …
|
D | wifi.rst | 1461 …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/ |
D | speed.rst | 49 Executing the target multiple times can help average out factors like RTOS context switches, overhe…
|