Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c199 .x_sensitivity_array = x_axis_channel_sens, in test_matrix_disp_event()
241 .x_sensitivity_array = x_axis_channel_sens, in test_matrix_disp_callback()
296 .x_sensitivity_array = x_axis_channel_sens, in test_matrix_random_channel_trigger()
358 .x_sensitivity_array = x_axis_channel_sens, in test_matrix_event_change_lp()
400 .x_sensitivity_array = x_axis_channel_sens, in test_matrix_callback_change_lp()
Dtest_touch_element.c299 .x_sensitivity_array = x_axis_channel_sens, in test_integrat_btn_sld_mat()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h44 const float *x_sensitivity_array; //!< Matrix button x-axis channels sensitivity array member
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c101 .x_sensitivity_array = x_axis_channel_sens, in app_main()
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c113 matrix_config->x_sensitivity_array != NULL && in touch_matrix_create()
139 matrix_config->x_channel_array, matrix_config->x_sensitivity_array, in touch_matrix_create()