Home
last modified time | relevance | path

Searched defs:touch_num (Results 1 – 8 of 8) sorted by relevance

/device/soc/esp/esp32/components/driver/
Dtouch_sensor_common.c98 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()
115 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()
129 esp_err_t touch_pad_io_init(touch_pad_t touch_num) in touch_pad_io_init()
188 esp_err_t touch_pad_set_thresh(touch_pad_t touch_num, uint16_t threshold) in touch_pad_set_thresh()
197 esp_err_t touch_pad_set_thresh(touch_pad_t touch_num, uint32_t threshold) in touch_pad_set_thresh()
210 esp_err_t touch_pad_get_thresh(touch_pad_t touch_num, uint16_t *threshold) in touch_pad_get_thresh()
217 esp_err_t touch_pad_get_thresh(touch_pad_t touch_num, uint32_t *threshold) in touch_pad_get_thresh()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h44 static inline touch_pad_t touch_ll_num_wrap(touch_pad_t touch_num) in touch_ll_num_wrap()
184 static inline void touch_ll_set_slope(touch_pad_t touch_num, touch_cnt_slope_t slope) in touch_ll_set_slope()
199 static inline void touch_ll_get_slope(touch_pad_t touch_num, touch_cnt_slope_t *slope) in touch_ll_get_slope()
210 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option()
222 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_tie_option()
290 static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint16_t threshold) in touch_ll_set_threshold()
306 static inline void touch_ll_get_threshold(touch_pad_t touch_num, uint16_t *threshold) in touch_ll_get_threshold()
489 static inline uint32_t touch_ll_read_raw_data(touch_pad_t touch_num) in touch_ll_read_raw_data()
/device/soc/esp/esp32/components/hal/
Dtouch_sensor_hal.c21 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()
/device/soc/esp/esp32/components/hal/include/hal/
Dtouch_sensor_hal.h136 #define touch_hal_set_threshold(touch_num, threshold) touch_ll_set_threshold(touch_num, threshold) argument
144 #define touch_hal_get_threshold(touch_num, threshold) touch_ll_get_threshold(touch_num, threshold) argument
194 #define touch_hal_read_raw_data(touch_num) touch_ll_read_raw_data(touch_num) argument
Dtouch_sensor_types.h283 touch_pad_t touch_num; /*!<Set touch channel number for sleep pad. member
/device/soc/esp/esp32/components/driver/esp32/
Dtouch_sensor.c254 esp_err_t touch_pad_config(touch_pad_t touch_num, uint16_t threshold) in touch_pad_config()
324 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()
345 esp_err_t touch_pad_read(touch_pad_t touch_num, uint16_t *touch_value) in touch_pad_read()
360 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()
373 IRAM_ATTR esp_err_t touch_pad_read_filtered(touch_pad_t touch_num, uint16_t *touch_value) in touch_pad_read_filtered()
/device/soc/esp/esp32/components/esp_system/
Dsleep_modes.c915 touch_pad_t touch_num = TOUCH_PAD_NUM0; in touch_wakeup_prepare() local
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/
Dgt9xx.c581 u8 touch_num = 0; in goodix_ts_work_func() local