Searched refs:smooth_data (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | touch_sensor_hal.h | 174 …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
|
D | touch_sensor_ll.h | 633 …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/ |
D | touch_sensor_hal.h | 174 …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
|
D | touch_sensor_ll.h | 653 …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/ |
D | touch_sensor.c | 324 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/ |
D | touch_sensor.c | 350 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/ |
D | touch_sensor.h | 598 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/ |
D | touch_sensor.h | 598 esp_err_t touch_pad_sleep_channel_read_smooth(touch_pad_t pad_num, uint32_t *smooth_data);
|