Searched refs:x_axis (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/touch_element/ |
D | touch_matrix.c | 159 te_matrix->position.x_axis = TE_MAT_POS_MAX; in touch_matrix_create() 422 press_pos->x_axis = TE_MAT_POS_MAX; in matrix_scan_axis() 424 release_pos->x_axis = TE_MAT_POS_MAX; in matrix_scan_axis() 430 press_pos->x_axis = idx; //Write down the x axis info in matrix_scan_axis() 437 release_pos->x_axis = idx; in matrix_scan_axis() 459 .x_axis = matrix_handle->position.x_axis, in matrix_pre_fixed() 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() 491 if (press_pos->x_axis != TE_MAT_POS_MAX && press_pos->x_axis != last_pos.x_axis) { in matrix_pre_fixed() 492 device = matrix_handle->device[press_pos->x_axis]; in matrix_pre_fixed() [all …]
|
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/ |
D | touch_matrix_example_main.c | 61 …ESP_LOGI(TAG, "Matrix Press, axis: (%d, %d) index: %d", matrix_message->position.x_axis, matrix_me… in matrix_handler_task() 63 …AG, "Matrix Release, axis: (%d, %d) index: %d", matrix_message->position.x_axis, matrix_message->p… in matrix_handler_task() 65 …, "Matrix LongPress, axis: (%d, %d) index: %d", matrix_message->position.x_axis, matrix_message->p… in matrix_handler_task() 78 …ESP_LOGI(TAG, "Matrix Press, axis: (%d, %d) index: %d", out_message->position.x_axis, out_message-… in matrix_handler() 80 …ESP_LOGI(TAG, "Matrix Release, axis: (%d, %d) index: %d", out_message->position.x_axis, out_messag… in matrix_handler() 82 …ESP_LOGI(TAG, "Matrix LongPress, axis: (%d, %d) index: %d", out_message->position.x_axis, out_mess… in matrix_handler()
|
/hal_espressif-3.6.0/components/touch_element/test/ |
D | test_touch_matrix.c | 121 …TEST_ASSERT_MESSAGE(current_matrix_message->position.x_axis == valid_matrix_message->position.x_ax… in test_matrix_event_check() 132 …TEST_ASSERT_MESSAGE(valid_matrix_message->position.x_axis == current_message->position.x_axis, "ch… in test_matrix_callback_check() 146 .position.x_axis = pos_index / MATRIX_CHANNEL_NUM_Y, in test_matrix_event_trigger_and_check() 172 .position.x_axis = pos_index / MATRIX_CHANNEL_NUM_Y, in test_matrix_callback_trigger_and_check()
|
D | test_touch_element.c | 340 .position.x_axis = matrix_x_axis_index, in test_integrat_btn_sld_mat()
|
/hal_espressif-3.6.0/components/esp_lcd/interface/ |
D | esp_lcd_panel_interface.h | 74 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/ |
D | touch_matrix.h | 64 uint8_t x_axis; //!< Matrix button x axis position member
|