Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h407 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_RAW; in touch_ll_read_raw_data()
635 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_SMOOTH; in touch_ll_filter_read_smooth()
648 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_BENCHMARK; in touch_ll_read_benchmark()
1113 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_BENCHMARK; in touch_ll_sleep_read_benchmark()
1119 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_SMOOTH; in touch_ll_sleep_read_smooth()
1127 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_RAW; in touch_ll_sleep_read_data()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h415 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_RAW; in touch_ll_read_raw_data()
655 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_SMOOTH; in touch_ll_filter_read_smooth()
668 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_BENCHMARK; in touch_ll_read_benchmark()
1133 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_BENCHMARK; in touch_ll_sleep_read_benchmark()
1139 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_SMOOTH; in touch_ll_sleep_read_smooth()
1147 SENS.sar_touch_conf.touch_data_sel = TOUCH_LL_READ_RAW; in touch_ll_sleep_read_data()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsens_struct.h222 … uint32_t touch_data_sel: 2; /*3: smooth data 2: benchmark 1 0: raw_data*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h220 … uint32_t touch_data_sel : 2; /*3: smooth data 2: baseline 1,0: raw_data*/ member