Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/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.h1160 static inline void touch_ll_sleep_read_proximity_cnt(uint32_t *approach_cnt) in touch_ll_sleep_read_proximity_cnt() argument
1162 … *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-latest/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-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c647 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
649 TOUCH_NULL_POINTER_CHECK(approach_cnt, "approach_cnt"); in touch_pad_sleep_channel_read_proximity_cnt()
650 touch_hal_sleep_read_proximity_cnt(approach_cnt); in touch_pad_sleep_channel_read_proximity_cnt()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c675 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
677 TOUCH_NULL_POINTER_CHECK(approach_cnt, "approach_cnt"); in touch_pad_sleep_channel_read_proximity_cnt()
678 touch_hal_sleep_read_proximity_cnt(approach_cnt); in touch_pad_sleep_channel_read_proximity_cnt()