/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/ |
D | touch_sensor_ll.h | 167 static inline void touch_ll_set_slope(touch_pad_t touch_num, touch_cnt_slope_t slope) in touch_ll_set_slope() 186 static inline void touch_ll_get_slope(touch_pad_t touch_num, touch_cnt_slope_t *slope) in touch_ll_get_slope() 201 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option() 212 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_tie_option() 326 static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint32_t threshold) in touch_ll_set_threshold() 339 static inline void touch_ll_get_threshold(touch_pad_t touch_num, uint32_t *threshold) in touch_ll_get_threshold() 413 static inline uint32_t IRAM_ATTR touch_ll_read_raw_data(touch_pad_t touch_num) in touch_ll_read_raw_data() 653 static inline void IRAM_ATTR touch_ll_filter_read_smooth(touch_pad_t touch_num, uint32_t *smooth_da… in touch_ll_filter_read_smooth() 666 static inline void IRAM_ATTR touch_ll_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_ll_read_benchmark() 679 static inline void touch_ll_reset_benchmark(touch_pad_t touch_num) in touch_ll_reset_benchmark() [all …]
|
D | touch_sensor_hal.h | 174 #define touch_hal_filter_read_smooth(touch_num, smooth_data) touch_ll_filter_read_smooth(touch_num,… argument 183 #define touch_hal_read_benchmark(touch_num, benchmark) touch_ll_read_benchmark(touch_num, benchmark) argument 191 #define touch_hal_reset_benchmark(touch_num) touch_ll_reset_benchmark(touch_num) argument 485 #define touch_hal_proximity_read_meas_cnt(touch_num, cnt) touch_ll_proximity_read_meas_cnt(touch_nu… argument 492 #define touch_hal_proximity_pad_check(touch_num) touch_ll_proximity_pad_check(touch_num) argument 523 #define touch_hal_sleep_set_channel_num(touch_num) touch_ll_sleep_set_channel_num(touch_num) argument 531 #define touch_hal_sleep_get_channel_num(touch_num) touch_ll_sleep_get_channel_num(touch_num) argument
|
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/ |
D | touch_sensor_ll.h | 167 static inline void touch_ll_set_slope(touch_pad_t touch_num, touch_cnt_slope_t slope) in touch_ll_set_slope() 182 static inline void touch_ll_get_slope(touch_pad_t touch_num, touch_cnt_slope_t *slope) in touch_ll_get_slope() 193 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option() 204 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_tie_option() 318 static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint32_t threshold) in touch_ll_set_threshold() 331 static inline void touch_ll_get_threshold(touch_pad_t touch_num, uint32_t *threshold) in touch_ll_get_threshold() 405 static inline uint32_t IRAM_ATTR touch_ll_read_raw_data(touch_pad_t touch_num) in touch_ll_read_raw_data() 633 static inline void IRAM_ATTR touch_ll_filter_read_smooth(touch_pad_t touch_num, uint32_t *smooth_da… in touch_ll_filter_read_smooth() 646 static inline void IRAM_ATTR touch_ll_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_ll_read_benchmark() 659 static inline void touch_ll_reset_benchmark(touch_pad_t touch_num) in touch_ll_reset_benchmark() [all …]
|
D | touch_sensor_hal.h | 174 #define touch_hal_filter_read_smooth(touch_num, smooth_data) touch_ll_filter_read_smooth(touch_num,… argument 183 #define touch_hal_read_benchmark(touch_num, benchmark) touch_ll_read_benchmark(touch_num, benchmark) argument 191 #define touch_hal_reset_benchmark(touch_num) touch_ll_reset_benchmark(touch_num) argument 485 #define touch_hal_proximity_read_meas_cnt(touch_num, cnt) touch_ll_proximity_read_meas_cnt(touch_nu… argument 492 #define touch_hal_proximity_pad_check(touch_num) touch_ll_proximity_pad_check(touch_num) argument 523 #define touch_hal_sleep_set_channel_num(touch_num) touch_ll_sleep_set_channel_num(touch_num) argument 531 #define touch_hal_sleep_get_channel_num(touch_num) touch_ll_sleep_get_channel_num(touch_num) argument
|
/hal_espressif-3.7.0/components/driver/touch_sensor/ |
D | touch_sensor_common.c | 90 esp_err_t touch_pad_set_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t slope, touch_tie_opt_t op… in touch_pad_set_cnt_mode() 107 esp_err_t touch_pad_get_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t *slope, touch_tie_opt_t *… in touch_pad_get_cnt_mode() 121 esp_err_t touch_pad_io_init(touch_pad_t touch_num) in touch_pad_io_init() 180 esp_err_t touch_pad_set_thresh(touch_pad_t touch_num, uint16_t threshold) in touch_pad_set_thresh() 189 esp_err_t touch_pad_set_thresh(touch_pad_t touch_num, uint32_t threshold) in touch_pad_set_thresh() 202 esp_err_t touch_pad_get_thresh(touch_pad_t touch_num, uint16_t *threshold) in touch_pad_get_thresh() 209 esp_err_t touch_pad_get_thresh(touch_pad_t touch_num, uint32_t *threshold) in touch_pad_get_thresh()
|
/hal_espressif-3.7.0/components/hal/esp32/include/hal/ |
D | touch_sensor_ll.h | 40 static inline touch_pad_t touch_ll_num_wrap(touch_pad_t touch_num) in touch_ll_num_wrap() 180 static inline void touch_ll_set_slope(touch_pad_t touch_num, touch_cnt_slope_t slope) in touch_ll_set_slope() 195 static inline void touch_ll_get_slope(touch_pad_t touch_num, touch_cnt_slope_t *slope) in touch_ll_get_slope() 206 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option() 218 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_tie_option() 286 static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint16_t threshold) in touch_ll_set_threshold() 302 static inline void touch_ll_get_threshold(touch_pad_t touch_num, uint16_t *threshold) in touch_ll_get_threshold() 485 static inline uint32_t touch_ll_read_raw_data(touch_pad_t touch_num) in touch_ll_read_raw_data()
|
/hal_espressif-3.7.0/components/hal/ |
D | touch_sensor_hal.c | 21 void touch_hal_config(touch_pad_t touch_num) in touch_hal_config() 42 void touch_hal_set_meas_mode(touch_pad_t touch_num, const touch_hal_meas_mode_t *meas) in touch_hal_set_meas_mode() 48 void touch_hal_get_meas_mode(touch_pad_t touch_num, touch_hal_meas_mode_t *meas) in touch_hal_get_meas_mode()
|
/hal_espressif-3.7.0/components/driver/touch_sensor/esp32s2/ |
D | touch_sensor.c | 292 esp_err_t touch_pad_config(touch_pad_t touch_num) in touch_pad_config() 340 esp_err_t IRAM_ATTR touch_pad_read_raw_data(touch_pad_t touch_num, uint32_t *raw_data) in touch_pad_read_raw_data() 350 esp_err_t IRAM_ATTR touch_pad_filter_read_smooth(touch_pad_t touch_num, uint32_t *smooth_data) in touch_pad_filter_read_smooth() 360 esp_err_t IRAM_ATTR touch_pad_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_pad_read_benchmark() 371 esp_err_t touch_pad_reset_benchmark(touch_pad_t touch_num) in touch_pad_reset_benchmark() 510 esp_err_t touch_pad_proximity_enable(touch_pad_t touch_num, bool enabled) in touch_pad_proximity_enable() 523 esp_err_t touch_pad_proximity_set_count(touch_pad_t touch_num, uint32_t count) in touch_pad_proximity_set_count() 533 esp_err_t touch_pad_proximity_get_count(touch_pad_t touch_num, uint32_t *count) in touch_pad_proximity_get_count() 552 esp_err_t touch_pad_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_pad_proximity_read_meas_cnt() 562 esp_err_t touch_pad_proximity_get_data(touch_pad_t touch_num, uint32_t *measure_out) in touch_pad_proximity_get_data()
|
/hal_espressif-3.7.0/components/driver/touch_sensor/esp32s3/ |
D | touch_sensor.c | 266 esp_err_t touch_pad_config(touch_pad_t touch_num) in touch_pad_config() 314 esp_err_t IRAM_ATTR touch_pad_read_raw_data(touch_pad_t touch_num, uint32_t *raw_data) in touch_pad_read_raw_data() 324 esp_err_t IRAM_ATTR touch_pad_filter_read_smooth(touch_pad_t touch_num, uint32_t *smooth_data) in touch_pad_filter_read_smooth() 334 esp_err_t IRAM_ATTR touch_pad_read_benchmark(touch_pad_t touch_num, uint32_t *benchmark) in touch_pad_read_benchmark() 345 esp_err_t touch_pad_reset_benchmark(touch_pad_t touch_num) in touch_pad_reset_benchmark() 483 esp_err_t touch_pad_proximity_enable(touch_pad_t touch_num, bool enabled) in touch_pad_proximity_enable() 496 esp_err_t touch_pad_proximity_set_count(touch_pad_t touch_num, uint32_t count) in touch_pad_proximity_set_count() 506 esp_err_t touch_pad_proximity_get_count(touch_pad_t touch_num, uint32_t *count) in touch_pad_proximity_get_count() 525 esp_err_t touch_pad_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_pad_proximity_read_meas_cnt() 535 esp_err_t touch_pad_proximity_get_data(touch_pad_t touch_num, uint32_t *measure_out) in touch_pad_proximity_get_data()
|
/hal_espressif-3.7.0/components/hal/include/hal/ |
D | touch_sensor_hal.h | 128 #define touch_hal_set_threshold(touch_num, threshold) touch_ll_set_threshold(touch_num, threshold) argument 136 #define touch_hal_get_threshold(touch_num, threshold) touch_ll_get_threshold(touch_num, threshold) argument 186 #define touch_hal_read_raw_data(touch_num) touch_ll_read_raw_data(touch_num) argument
|
D | touch_sensor_types.h | 286 touch_pad_t touch_num; /*!<Set touch channel number for sleep pad. member
|
/hal_espressif-3.7.0/components/driver/touch_sensor/esp32/ |
D | touch_sensor.c | 278 esp_err_t touch_pad_config(touch_pad_t touch_num, uint16_t threshold) in touch_pad_config() 359 static esp_err_t _touch_pad_read(touch_pad_t touch_num, uint16_t *touch_value, touch_fsm_mode_t mod… in _touch_pad_read() 380 esp_err_t touch_pad_read(touch_pad_t touch_num, uint16_t *touch_value) in touch_pad_read() 395 IRAM_ATTR esp_err_t touch_pad_read_raw_data(touch_pad_t touch_num, uint16_t *touch_value) in touch_pad_read_raw_data() 408 IRAM_ATTR esp_err_t touch_pad_read_filtered(touch_pad_t touch_num, uint16_t *touch_value) in touch_pad_read_filtered()
|
/hal_espressif-3.7.0/components/hal/esp32s2/ |
D | touch_sensor_hal.c | 114 bool touch_hal_enable_proximity(touch_pad_t touch_num, bool enabled) in touch_hal_enable_proximity()
|
/hal_espressif-3.7.0/components/hal/esp32s3/ |
D | touch_sensor_hal.c | 114 bool touch_hal_enable_proximity(touch_pad_t touch_num, bool enabled) in touch_hal_enable_proximity()
|
/hal_espressif-3.7.0/components/esp_hw_support/ |
D | sleep_modes.c | 1242 touch_pad_t touch_num = TOUCH_PAD_NUM0; in touch_wakeup_prepare() local
|