Searched defs:pad_num (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/ |
D | touch_sensor.c | 67 int pad_num = touch_hal_get_current_meas_channel(); in touch_pad_workaround_isr_internal() local 583 esp_err_t touch_pad_sleep_channel_enable(touch_pad_t pad_num, bool enable) in touch_pad_sleep_channel_enable() 593 esp_err_t touch_pad_sleep_channel_enable_proximity(touch_pad_t pad_num, bool enable) in touch_pad_sleep_channel_enable_proximity() 607 esp_err_t touch_pad_sleep_get_channel_num(touch_pad_t *pad_num) in touch_pad_sleep_get_channel_num() 616 esp_err_t touch_pad_sleep_set_threshold(touch_pad_t pad_num, uint32_t touch_thres) in touch_pad_sleep_set_threshold() 624 esp_err_t touch_pad_sleep_get_threshold(touch_pad_t pad_num, uint32_t *touch_thres) in touch_pad_sleep_get_threshold() 633 esp_err_t touch_pad_sleep_channel_read_benchmark(touch_pad_t pad_num, uint32_t *benchmark) in touch_pad_sleep_channel_read_benchmark() 642 esp_err_t touch_pad_sleep_channel_read_smooth(touch_pad_t pad_num, uint32_t *smooth_data) in touch_pad_sleep_channel_read_smooth() 651 esp_err_t touch_pad_sleep_channel_read_data(touch_pad_t pad_num, uint32_t *raw_data) in touch_pad_sleep_channel_read_data() 668 esp_err_t touch_pad_sleep_channel_read_debounce(touch_pad_t pad_num, uint32_t *debounce) in touch_pad_sleep_channel_read_debounce() [all …]
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/ |
D | touch_sensor.c | 556 esp_err_t touch_pad_sleep_channel_enable(touch_pad_t pad_num, bool enable) in touch_pad_sleep_channel_enable() 566 esp_err_t touch_pad_sleep_channel_enable_proximity(touch_pad_t pad_num, bool enable) in touch_pad_sleep_channel_enable_proximity() 580 esp_err_t touch_pad_sleep_get_channel_num(touch_pad_t *pad_num) in touch_pad_sleep_get_channel_num() 589 esp_err_t touch_pad_sleep_set_threshold(touch_pad_t pad_num, uint32_t touch_thres) in touch_pad_sleep_set_threshold() 597 esp_err_t touch_pad_sleep_get_threshold(touch_pad_t pad_num, uint32_t *touch_thres) in touch_pad_sleep_get_threshold() 605 esp_err_t touch_pad_sleep_channel_read_benchmark(touch_pad_t pad_num, uint32_t *benchmark) in touch_pad_sleep_channel_read_benchmark() 614 esp_err_t touch_pad_sleep_channel_read_smooth(touch_pad_t pad_num, uint32_t *smooth_data) in touch_pad_sleep_channel_read_smooth() 623 esp_err_t touch_pad_sleep_channel_read_data(touch_pad_t pad_num, uint32_t *raw_data) in touch_pad_sleep_channel_read_data() 640 esp_err_t touch_pad_sleep_channel_read_debounce(touch_pad_t pad_num, uint32_t *debounce) in touch_pad_sleep_channel_read_debounce() 647 esp_err_t touch_pad_sleep_channel_read_proximity_cnt(touch_pad_t pad_num, uint32_t *approach_cnt) in touch_pad_sleep_channel_read_proximity_cnt()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | touch_sensor_hal.h | 378 #define touch_hal_waterproof_set_guard_pad(pad_num) touch_ll_waterproof_set_guard_pad(pad_num) argument 385 #define touch_hal_waterproof_get_guard_pad(pad_num) touch_ll_waterproof_get_guard_pad(pad_num) argument 601 #define touch_hal_get_wakeup_status(pad_num) touch_ll_get_wakeup_status(pad_num) argument
|
D | touch_sensor_ll.h | 894 static inline void touch_ll_waterproof_set_guard_pad(touch_pad_t pad_num) in touch_ll_waterproof_set_guard_pad() 904 static inline void touch_ll_waterproof_get_guard_pad(touch_pad_t *pad_num) in touch_ll_waterproof_get_guard_pad() 1170 static inline void touch_ll_get_wakeup_status(touch_pad_t *pad_num) in touch_ll_get_wakeup_status()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | touch_sensor_hal.h | 378 #define touch_hal_waterproof_set_guard_pad(pad_num) touch_ll_waterproof_set_guard_pad(pad_num) argument 385 #define touch_hal_waterproof_get_guard_pad(pad_num) touch_ll_waterproof_get_guard_pad(pad_num) argument 601 #define touch_hal_get_wakeup_status(pad_num) touch_ll_get_wakeup_status(pad_num) argument
|
D | touch_sensor_ll.h | 914 static inline void touch_ll_waterproof_set_guard_pad(touch_pad_t pad_num) in touch_ll_waterproof_set_guard_pad() 924 static inline void touch_ll_waterproof_get_guard_pad(touch_pad_t *pad_num) in touch_ll_waterproof_get_guard_pad() 1190 static inline void touch_ll_get_wakeup_status(touch_pad_t *pad_num) in touch_ll_get_wakeup_status()
|
/hal_espressif-latest/components/hal/esp32/ |
D | touch_sensor_hal.c | 35 void touch_hal_get_wakeup_status(touch_pad_t *pad_num) in touch_hal_get_wakeup_status()
|
/hal_espressif-latest/components/hal/esp32s2/ |
D | touch_sensor_hal.c | 141 void touch_hal_sleep_channel_enable(touch_pad_t pad_num, bool enable) in touch_hal_sleep_channel_enable()
|
/hal_espressif-latest/components/hal/esp32s3/ |
D | touch_sensor_hal.c | 141 void touch_hal_sleep_channel_enable(touch_pad_t pad_num, bool enable) in touch_hal_sleep_channel_enable()
|
/hal_espressif-latest/components/driver/touch_sensor/ |
D | touch_sensor_common.c | 219 esp_err_t touch_pad_get_wakeup_status(touch_pad_t *pad_num) in touch_pad_get_wakeup_status()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_modes.c | 1531 touch_pad_t pad_num; local
|