Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/touch_element/include/touch_element/
Dtouch_matrix.h44 const float *x_sensitivity_array; //!< Matrix button x-axis channels sensitivity array member
/hal_espressif-2.7.6/examples/peripherals/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c109 .x_sensitivity_array = x_axis_channel_sens, in app_main()
/hal_espressif-2.7.6/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()