Searched refs:touch_matrix_position_t (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/touch_element/ |
D | touch_matrix.c | 40 static void matrix_update_position(te_matrix_handle_t matrix_handle, touch_matrix_position_t new_po… 419 static void matrix_scan_axis(te_matrix_handle_t matrix_handle, touch_matrix_position_t *press_pos, in matrix_scan_axis() 420 … uint8_t *press_cnt, touch_matrix_position_t *release_pos, uint8_t *release_cnt) in matrix_scan_axis() 453 static void matrix_pre_fixed(te_matrix_handle_t matrix_handle, touch_matrix_position_t *press_pos, in matrix_pre_fixed() 454 … uint8_t press_cnt, touch_matrix_position_t *release_pos, uint8_t release_cnt) in matrix_pre_fixed() 458 touch_matrix_position_t last_pos = { in matrix_pre_fixed() 504 …atic esp_err_t matrix_get_axis_state(touch_matrix_position_t *press_pos, uint8_t press_cnt, touch_… in matrix_get_axis_state() 547 touch_matrix_position_t press_pos; in matrix_proc_state() 548 touch_matrix_position_t release_pos; in matrix_proc_state() 627 static void matrix_update_position(te_matrix_handle_t matrix_handle, touch_matrix_position_t new_po… in matrix_update_position()
|
/hal_espressif-3.6.0/components/touch_element/include/touch_element/ |
D | touch_matrix.h | 67 } touch_matrix_position_t; typedef 74 touch_matrix_position_t position; //!< Matrix position
|
D | touch_element_private.h | 160 touch_matrix_position_t position; //Matrix button position
|