Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_slider/main/
Dtouch_slider_example_main.c57 } else if (slider_message->event == TOUCH_SLIDER_EVT_ON_CALCULATION) { in slider_handler_task()
75 } else if (out_message->event == TOUCH_SLIDER_EVT_ON_CALCULATION) { in slider_handler()
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_slider.h65 TOUCH_SLIDER_EVT_ON_CALCULATION, //!< Slider on Calculation event enumerator
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_elements_combination/main/
Dtouch_elements_example_main.c71 } else if (slider_message->event == TOUCH_SLIDER_EVT_ON_CALCULATION) { in slider_handler()
/hal_espressif-3.6.0/components/touch_element/
Dtouch_slider.c447 slider_handle->event = TOUCH_SLIDER_EVT_ON_CALCULATION; in slider_proc_state()