Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_adapter.c215 uint32_t max_time = 1400; in ble_mesh_test_performance_client_model_get_received_percent() local
224 time_level_num = ((max_time - min_time) / 50 + 1); in ble_mesh_test_performance_client_model_get_received_percent()
238 if (test_perf_statistics.time[i] > max_time) { in ble_mesh_test_performance_client_model_get_received_percent()
/hal_espressif-3.6.0/components/lwip/apps/ping/
Desp_ping.c156 if (ping_time > ping_option_info->ping_res.max_time) { in esp_ping_result()
157 ping_option_info->ping_res.max_time = ping_time; in esp_ping_result()
/hal_espressif-3.6.0/tools/ci/python_packages/tiny_test_fw/Utility/
DCIAssignTest.py98 max_time = (sum([self._get_case_attr(x, 'execution_time') for x in self.case_list])
101 return max_time and max_case
/hal_espressif-3.6.0/components/lwip/include/apps/
Desp_ping.h44 uint32_t max_time; member