Home
last modified time | relevance | path

Searched refs:touch_pad_get_fsm_mode (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/driver/touch_sensor/include/driver/
Dtouch_sensor_common.h131 esp_err_t touch_pad_get_fsm_mode(touch_fsm_mode_t *mode);
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c106 touch_pad_get_fsm_mode(&mode); in touch_pad_filter_cb()
288 touch_pad_get_fsm_mode(&mode); in touch_pad_config()
388 touch_pad_get_fsm_mode(&mode); in touch_pad_read()
/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c165 esp_err_t touch_pad_get_fsm_mode(touch_fsm_mode_t *mode) in touch_pad_get_fsm_mode() function