Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/driver/test/
Dtest_adc_common.c321 #define SCOPE_DEBUG_CHANNEL_MAX (10) macro
335 float scope_temp[SCOPE_DEBUG_CHANNEL_MAX] = {0}; // max scope channel is 10. in test_adc_slope_debug()
/hal_espressif-2.7.6/components/driver/test/adc_dma_test/
Dtest_esp32s2.c473 #define SCOPE_DEBUG_CHANNEL_MAX (10) macro
478 static float scope_temp[SCOPE_DEBUG_CHANNEL_MAX] = {0}; // max scope channel is 10.
/hal_espressif-2.7.6/components/driver/test/touch_sensor_test/
Dtest_esp32s2.c1992 #define SCOPE_DEBUG_CHANNEL_MAX (10) macro
2049 float scope_temp[SCOPE_DEBUG_CHANNEL_MAX] = {0}; // max scope channel is 10. in test_touch_slope_debug()
2050 uint32_t scope_data[SCOPE_DEBUG_CHANNEL_MAX] = {0}; // max scope channel is 10. in test_touch_slope_debug()
2073 scope_temp[i + SCOPE_DEBUG_CHANNEL_MAX / 2] = scope_data[i]; in test_touch_slope_debug()
2075 test_tp_print_to_scope(scope_temp, SCOPE_DEBUG_CHANNEL_MAX); in test_touch_slope_debug()