Home
last modified time | relevance | path

Searched defs:matrix_config (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c196 touch_matrix_config_t matrix_config = { in test_matrix_disp_event() local
238 touch_matrix_config_t matrix_config = { in test_matrix_disp_callback() local
293 touch_matrix_config_t matrix_config = { in test_matrix_random_channel_trigger() local
355 touch_matrix_config_t matrix_config = { in test_matrix_event_change_lp() local
397 touch_matrix_config_t matrix_config = { in test_matrix_callback_change_lp() local
Dtest_touch_element.c296 touch_matrix_config_t matrix_config = { in test_integrat_btn_sld_mat() local
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c98 touch_matrix_config_t matrix_config = { in app_main() local
/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c107 esp_err_t touch_matrix_create(const touch_matrix_config_t *matrix_config, touch_matrix_handle_t *ma… in touch_matrix_create()