Home
last modified time | relevance | path

Searched defs:pad_num (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c67 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/
Dtouch_sensor.c556 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/
Dtouch_sensor_hal.h378 #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
Dtouch_sensor_ll.h894 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/
Dtouch_sensor_hal.h378 #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
Dtouch_sensor_ll.h914 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/
Dtouch_sensor_hal.c35 void touch_hal_get_wakeup_status(touch_pad_t *pad_num) in touch_hal_get_wakeup_status()
/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c141 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/
Dtouch_sensor_hal.c141 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/
Dtouch_sensor_common.c219 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/
Dsleep_modes.c1531 touch_pad_t pad_num; local