Home
last modified time | relevance | path

Searched refs:approach_cnt (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h602 #define touch_hal_sleep_read_proximity_cnt(approach_cnt) touch_ll_sleep_read_proximity_cnt(approach… argument
Dtouch_sensor_ll.h1168 static inline void touch_ll_sleep_read_proximity_cnt(uint32_t *approach_cnt) in touch_ll_sleep_read_proximity_cnt() argument
1170 … *approach_cnt = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_appr_status, touch_slp_approach_cnt); in touch_ll_sleep_read_proximity_cnt()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h594 #define touch_hal_sleep_read_proximity_cnt(approach_cnt) touch_ll_sleep_read_proximity_cnt(approach… argument
Dtouch_sensor_ll.h1180 static inline void touch_ll_sleep_read_proximity_cnt(uint32_t *approach_cnt) in touch_ll_sleep_read_proximity_cnt() argument
1182 *approach_cnt = SENS.sar_touch_appr_status.touch_slp_approach_cnt; in touch_ll_sleep_read_proximity_cnt()
/hal_espressif-3.6.0/components/driver/esp32s3/
Dtouch_sensor.c621 esp_err_t touch_pad_sleep_channel_read_proximity_cnt(touch_pad_t pad_num, uint32_t *approach_cnt) in touch_pad_sleep_channel_read_proximity_cnt() argument
623 TOUCH_NULL_POINTER_CHECK(approach_cnt, "approach_cnt"); in touch_pad_sleep_channel_read_proximity_cnt()
624 touch_hal_sleep_read_proximity_cnt(approach_cnt); in touch_pad_sleep_channel_read_proximity_cnt()
/hal_espressif-3.6.0/components/driver/esp32s2/
Dtouch_sensor.c643 esp_err_t touch_pad_sleep_channel_read_proximity_cnt(touch_pad_t pad_num, uint32_t *approach_cnt) in touch_pad_sleep_channel_read_proximity_cnt() argument
645 TOUCH_NULL_POINTER_CHECK(approach_cnt, "approach_cnt"); in touch_pad_sleep_channel_read_proximity_cnt()
646 touch_hal_sleep_read_proximity_cnt(approach_cnt); in touch_pad_sleep_channel_read_proximity_cnt()