Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c160 te_matrix->position.y_axis = TE_MAT_POS_MAX; in touch_matrix_create()
423 press_pos->y_axis = TE_MAT_POS_MAX; in matrix_scan_axis()
425 release_pos->y_axis = TE_MAT_POS_MAX; in matrix_scan_axis()
432 … press_pos->y_axis = idx - matrix_handle->x_channel_num; //Write down the y axis info in matrix_scan_axis()
439 release_pos->y_axis = idx - matrix_handle->x_channel_num; in matrix_scan_axis()
460 .y_axis = matrix_handle->position.y_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()
495 if (press_pos->y_axis != TE_MAT_POS_MAX && press_pos->y_axis != last_pos.y_axis) { in matrix_pre_fixed()
496 device = matrix_handle->device[press_pos->y_axis + matrix_handle->x_channel_num]; in matrix_pre_fixed()
[all …]
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c61 …d) index: %d", matrix_message->position.x_axis, matrix_message->position.y_axis, matrix_message->p… in matrix_handler_task()
63 …d) index: %d", matrix_message->position.x_axis, matrix_message->position.y_axis, matrix_message->p… in matrix_handler_task()
65 …d) index: %d", matrix_message->position.x_axis, matrix_message->position.y_axis, matrix_message->p… in matrix_handler_task()
78 …(%d, %d) index: %d", out_message->position.x_axis, out_message->position.y_axis, out_message->posi… in matrix_handler()
80 …(%d, %d) index: %d", out_message->position.x_axis, out_message->position.y_axis, out_message->posi… in matrix_handler()
82 …(%d, %d) index: %d", out_message->position.x_axis, out_message->position.y_axis, out_message->posi… in matrix_handler()
/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c122 …TEST_ASSERT_MESSAGE(current_matrix_message->position.y_axis == valid_matrix_message->position.y_ax… in test_matrix_event_check()
133 …TEST_ASSERT_MESSAGE(valid_matrix_message->position.y_axis == current_message->position.y_axis, "ch… in test_matrix_callback_check()
147 .position.y_axis = pos_index % MATRIX_CHANNEL_NUM_Y in test_matrix_event_trigger_and_check()
173 .position.y_axis = pos_index % MATRIX_CHANNEL_NUM_Y in test_matrix_callback_trigger_and_check()
Dtest_touch_element.c341 .position.y_axis = matrix_y_axis_index, in test_integrat_btn_sld_mat()
/hal_espressif-3.6.0/components/esp_lcd/interface/
Desp_lcd_panel_interface.h74 esp_err_t (*mirror)(esp_lcd_panel_t *panel, bool x_axis, bool y_axis);
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_matrix.h65 uint8_t y_axis; //!< Matrix button y axis position member