Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dtouch_sensor_hal.c48 void touch_hal_get_meas_mode(touch_pad_t touch_num, touch_hal_meas_mode_t *meas) in touch_hal_get_meas_mode() function
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_hal.h86 void touch_hal_get_meas_mode(touch_pad_t touch_num, touch_hal_meas_mode_t *meas);
/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c113 touch_hal_get_meas_mode(touch_num, &meas); in touch_pad_get_cnt_mode()