Home
last modified time | relevance | path

Searched refs:smooth_data (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h174 …fine touch_hal_filter_read_smooth(touch_num, smooth_data) touch_ll_filter_read_smooth(touch_num, s… 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() argument
636 *smooth_data = SENS.sar_touch_status[touch_num - 1].touch_pad_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() argument
1120 *smooth_data = SENS.sar_touch_slp_status.touch_slp_data; in touch_ll_sleep_read_smooth()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h174 …fine touch_hal_filter_read_smooth(touch_num, smooth_data) touch_ll_filter_read_smooth(touch_num, s… 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() argument
656 *smooth_data = SENS.sar_touch_status[touch_num - 1].touch_pad_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() argument
1140 *smooth_data = SENS.sar_touch_slp_status.touch_slp_data; in touch_ll_sleep_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() argument
327 TOUCH_NULL_POINTER_CHECK(smooth_data, "smooth_data"); in touch_pad_filter_read_smooth()
329 touch_hal_filter_read_smooth(touch_num, 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() argument
616 TOUCH_NULL_POINTER_CHECK(smooth_data, "smooth_data"); in touch_pad_sleep_channel_read_smooth()
618 touch_hal_sleep_read_smooth(smooth_data); in touch_pad_sleep_channel_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() argument
352 TOUCH_NULL_POINTER_CHECK(smooth_data, "smooth_data"); in touch_pad_filter_read_smooth()
355 touch_hal_filter_read_smooth(touch_num, 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() argument
644 TOUCH_NULL_POINTER_CHECK(smooth_data, "smooth_data"); in touch_pad_sleep_channel_read_smooth()
646 touch_hal_sleep_read_smooth(smooth_data); in touch_pad_sleep_channel_read_smooth()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/include/driver/
Dtouch_sensor.h598 esp_err_t touch_pad_sleep_channel_read_smooth(touch_pad_t pad_num, uint32_t *smooth_data);
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/include/driver/
Dtouch_sensor.h598 esp_err_t touch_pad_sleep_channel_read_smooth(touch_pad_t pad_num, uint32_t *smooth_data);