Home
last modified time | relevance | path

Searched defs:global_config (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_elements_combination/main/
Dtouch_elements_example_main.c99 touch_button_global_config_t global_config = TOUCH_BUTTON_GLOBAL_DEFAULT_CONFIG(); in button_example_init() local
122 touch_slider_global_config_t global_config = TOUCH_SLIDER_GLOBAL_DEFAULT_CONFIG(); in slider_example_init() local
143 touch_elem_global_config_t global_config = TOUCH_ELEM_GLOBAL_DEFAULT_CONFIG(); in app_main() local
/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c194 touch_matrix_global_config_t global_config = TOUCH_MATRIX_GLOBAL_DEFAULT_CONFIG(); in test_matrix_disp_event() local
236 touch_matrix_global_config_t global_config = TOUCH_MATRIX_GLOBAL_DEFAULT_CONFIG(); in test_matrix_disp_callback() local
291 touch_matrix_global_config_t global_config = TOUCH_MATRIX_GLOBAL_DEFAULT_CONFIG(); in test_matrix_random_channel_trigger() local
353 touch_matrix_global_config_t global_config = TOUCH_MATRIX_GLOBAL_DEFAULT_CONFIG(); in test_matrix_event_change_lp() local
395 touch_matrix_global_config_t global_config = TOUCH_MATRIX_GLOBAL_DEFAULT_CONFIG(); in test_matrix_callback_change_lp() local
Dtest_touch_button.c177 touch_button_global_config_t global_config = TOUCH_BUTTON_GLOBAL_DEFAULT_CONFIG(); in test_button_disp_event() local
272 touch_button_global_config_t global_config = TOUCH_BUTTON_GLOBAL_DEFAULT_CONFIG(); in test_button_event_change_lp() local
330 touch_button_global_config_t global_config = TOUCH_BUTTON_GLOBAL_DEFAULT_CONFIG(); in test_button_callback_change_lp() local
390 touch_button_global_config_t global_config = TOUCH_BUTTON_GLOBAL_DEFAULT_CONFIG(); in test_button_event_concurrent() local
457 touch_button_global_config_t global_config = TOUCH_BUTTON_GLOBAL_DEFAULT_CONFIG(); in test_button_random_trigger_concurrent() local
Dtest_touch_slider.c128 touch_slider_global_config_t global_config = TOUCH_SLIDER_GLOBAL_DEFAULT_CONFIG(); in test_slider_disp_event() local
168 touch_slider_global_config_t global_config = TOUCH_SLIDER_GLOBAL_DEFAULT_CONFIG(); in test_slider_disp_callback() local
Dtest_touch_element.c93 touch_button_global_config_t global_config = TOUCH_BUTTON_GLOBAL_DEFAULT_CONFIG(); in test_system_waterproof_guard() local
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_slider/main/
Dtouch_slider_example_main.c84 touch_elem_global_config_t global_config = TOUCH_ELEM_GLOBAL_DEFAULT_CONFIG(); in app_main() local
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_button/main/
Dtouch_button_example_main.c95 touch_elem_global_config_t global_config = TOUCH_ELEM_GLOBAL_DEFAULT_CONFIG(); in app_main() local
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_matrix/main/
Dtouch_matrix_example_main.c90 touch_elem_global_config_t global_config = TOUCH_ELEM_GLOBAL_DEFAULT_CONFIG(); in app_main() local
/hal_espressif-3.6.0/components/touch_element/
Dtouch_button.c27 …touch_button_global_config_t *global_config; //Button global co… member
50 esp_err_t touch_button_install(const touch_button_global_config_t *global_config) in touch_button_install()
Dtouch_matrix.c29 …touch_matrix_global_config_t *global_config; //M… member
53 esp_err_t touch_matrix_install(const touch_matrix_global_config_t *global_config) in touch_matrix_install()
Dtouch_slider.c34 …touch_slider_global_config_t *global_config; //Slider global conf… member
60 esp_err_t touch_slider_install(const touch_slider_global_config_t *global_config) in touch_slider_install()
Dtouch_element.c95 touch_elem_global_config_t *global_config; //Global initialization member
144 esp_err_t touch_element_install(const touch_elem_global_config_t *global_config) in touch_element_install()