Home
last modified time | relevance | path

Searched refs:test_list (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/driver/test/
Dtest_adc2_with_wifi.c146 bool test_list[TEST_NUM] ={1, 1, 0, 0, 1, 0, 1, 0}; variable
164 TEST_ESP_OK(gpio_set_level(test_adc_io, test_list[i]));
165 target_value = test_list[i] ? ADC_HIGH : ADC_LOW;
/hal_espressif-3.4.0/tools/test_idf_monitor/
Drun_test_idf_monitor.py35 test_list = ( variable
184 for test in test_list:
DREADME.md5 New tests can be added into `test_list` of `run_test_idf_monitor.py` and placing the corresponding …