Searched defs:slope (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/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()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | touch_sensor_ll.h | 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()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | touch_sensor_hal.h | 31 … touch_cnt_slope_t slope; /*!<Set touch sensor charge/discharge speed(currents) for each pad.*/ member
|
/hal_espressif-latest/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()
|
/hal_espressif-latest/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()
|