Home
last modified time | relevance | path

Searched refs:y_channel_array (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c198 .y_channel_array = y_axis_channel, in test_matrix_disp_event()
240 .y_channel_array = y_axis_channel, in test_matrix_disp_callback()
295 .y_channel_array = y_axis_channel, in test_matrix_random_channel_trigger()
357 .y_channel_array = y_axis_channel, in test_matrix_event_change_lp()
399 .y_channel_array = y_axis_channel, in test_matrix_callback_change_lp()
Dtest_touch_element.c298 .y_channel_array = y_axis_channel, in test_integrat_btn_sld_mat()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h43 const touch_pad_t *y_channel_array; //!< Matrix button y-axis channels array member
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c100 .y_channel_array = y_axis_channel, in app_main()
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c112 matrix_config->y_channel_array != NULL && in touch_matrix_create()
121 … te_object_check_channel(matrix_config->y_channel_array, matrix_config->y_channel_num) == false, in touch_matrix_create()
144 … TOUCH_ELEM_TYPE_MATRIX, matrix_config->y_channel_array, matrix_config->y_sensitivity_array, in touch_matrix_create()