Home
last modified time | relevance | path

Searched defs:smooth_data (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h174 #define touch_hal_filter_read_smooth(touch_num, smooth_data) touch_ll_filter_read_smooth(touch_num,… argument
571 #define touch_hal_sleep_read_smooth(smooth_data) touch_ll_sleep_read_smooth(smooth_data) argument
Dtouch_sensor_ll.h633 …tic inline void IRAM_ATTR touch_ll_filter_read_smooth(touch_pad_t touch_num, uint32_t *smooth_data) in touch_ll_filter_read_smooth()
1117 static inline void touch_ll_sleep_read_smooth(uint32_t *smooth_data) in touch_ll_sleep_read_smooth()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h174 #define touch_hal_filter_read_smooth(touch_num, smooth_data) touch_ll_filter_read_smooth(touch_num,… argument
571 #define touch_hal_sleep_read_smooth(smooth_data) touch_ll_sleep_read_smooth(smooth_data) argument
Dtouch_sensor_ll.h653 …tic inline void IRAM_ATTR touch_ll_filter_read_smooth(touch_pad_t touch_num, uint32_t *smooth_data) in touch_ll_filter_read_smooth()
1137 static inline void touch_ll_sleep_read_smooth(uint32_t *smooth_data) in touch_ll_sleep_read_smooth()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c350 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()
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()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c324 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()
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()