Searched refs:scope_temp (Results 1 – 3 of 3) sorted by relevance
2064 float scope_temp[SCOPE_DEBUG_CHANNEL_MAX] = {0}; // max scope channel is 10. in test_touch_slope_debug() local2074 scope_temp[i] = scope_data[i]; in test_touch_slope_debug()2076 test_tp_print_to_scope(scope_temp, TEST_TOUCH_CHANNEL); in test_touch_slope_debug()2084 scope_temp[i] = scope_data[i]; in test_touch_slope_debug()2088 scope_temp[i + SCOPE_DEBUG_CHANNEL_MAX / 2] = scope_data[i]; in test_touch_slope_debug()2090 test_tp_print_to_scope(scope_temp, SCOPE_DEBUG_CHANNEL_MAX); in test_touch_slope_debug()2104 scope_temp[0] = scope_data[0]; in test_touch_slope_debug()2106 scope_temp[1] = scope_data[1]; in test_touch_slope_debug()2108 scope_temp[8] = scope_data[8]; in test_touch_slope_debug()2110 scope_temp[2] = scope_temp[1] - scope_data[2] * 0.5; in test_touch_slope_debug()[all …]
340 float scope_temp[SCOPE_DEBUG_CHANNEL_MAX] = {0}; // max scope channel is 10. in test_adc_slope_debug() local360 scope_temp[i] = adc1_get_raw((adc1_channel_t)adc1_ch[i]); in test_adc_slope_debug()362 test_tp_print_to_scope(scope_temp, ADC1_TEST_CHANNEL_NUM); in test_adc_slope_debug()385 scope_temp[i] = adc2_val[i]; in test_adc_slope_debug()388 test_tp_print_to_scope(scope_temp, ADC2_TEST_CHANNEL_NUM); in test_adc_slope_debug()
491 static float scope_temp[SCOPE_DEBUG_CHANNEL_MAX] = {0}; // max scope channel is 10. variable597 if (adc_list[i] == channel && scope_temp[i] == 0) { in scope_output()598 scope_temp[i] = data; in scope_output()603 test_tp_print_to_scope(scope_temp, adc_test_num); in scope_output()606 scope_temp[i] = 0; in scope_output()