Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c420 … uint8_t *press_cnt, touch_matrix_position_t *release_pos, uint8_t *release_cnt) in matrix_scan_axis() argument
424 release_pos->x_axis = TE_MAT_POS_MAX; in matrix_scan_axis()
425 release_pos->y_axis = TE_MAT_POS_MAX; in matrix_scan_axis()
437 release_pos->x_axis = idx; in matrix_scan_axis()
439 release_pos->y_axis = idx - matrix_handle->x_channel_num; in matrix_scan_axis()
454 … uint8_t press_cnt, touch_matrix_position_t *release_pos, uint8_t release_cnt) in matrix_pre_fixed() argument
478 if (release_pos->x_axis != TE_MAT_POS_MAX && release_pos->x_axis != last_pos.x_axis) { in matrix_pre_fixed()
479 device = matrix_handle->device[release_pos->x_axis]; in matrix_pre_fixed()
482 if (release_pos->y_axis != TE_MAT_POS_MAX && release_pos->y_axis != last_pos.y_axis) { in matrix_pre_fixed()
483 device = matrix_handle->device[release_pos->y_axis + matrix_handle->x_channel_num]; in matrix_pre_fixed()
[all …]