Home
last modified time | relevance | path

Searched refs:TOUCH_FSM_MODE_SW (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h90 TOUCH_FSM_MODE_SW, /*!<To start touch FSM by software trigger */ enumerator
123 #define TOUCH_FSM_MODE_DEFAULT (TOUCH_FSM_MODE_SW) /*!<The touch FSM my be started by the…
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c289 if (TOUCH_FSM_MODE_SW == mode) { in touch_pad_config()
362 if (TOUCH_FSM_MODE_SW == mode) { in _touch_pad_read()