Searched refs:x_channel_array (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.4.0/components/touch_element/test/ |
D | test_touch_matrix.c | 197 .x_channel_array = x_axis_channel, in test_matrix_disp_event() 239 .x_channel_array = x_axis_channel, in test_matrix_disp_callback() 294 .x_channel_array = x_axis_channel, in test_matrix_random_channel_trigger() 356 .x_channel_array = x_axis_channel, in test_matrix_event_change_lp() 398 .x_channel_array = x_axis_channel, in test_matrix_callback_change_lp()
|
D | test_touch_element.c | 297 .x_channel_array = x_axis_channel, in test_integrat_btn_sld_mat()
|
/hal_espressif-3.4.0/components/touch_element/include/touch_element/ |
D | touch_matrix.h | 42 const touch_pad_t *x_channel_array; //!< Matrix button x-axis channels array member
|
/hal_espressif-3.4.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/ |
D | touch_matrix_example_main.c | 99 .x_channel_array = x_axis_channel, in app_main()
|
/hal_espressif-3.4.0/components/touch_element/ |
D | touch_matrix.c | 111 TE_CHECK(matrix_config->x_channel_array != NULL && in touch_matrix_create() 120 …TE_CHECK(te_object_check_channel(matrix_config->x_channel_array, matrix_config->x_channel_num) == … in touch_matrix_create() 139 matrix_config->x_channel_array, matrix_config->x_sensitivity_array, in touch_matrix_create()
|