Searched refs:approach_cnt (Results 1 – 6 of 6) sorted by relevance
602 #define touch_hal_sleep_read_proximity_cnt(approach_cnt) touch_ll_sleep_read_proximity_cnt(approach… argument
1168 static inline void touch_ll_sleep_read_proximity_cnt(uint32_t *approach_cnt) in touch_ll_sleep_read_proximity_cnt() argument1170 … *approach_cnt = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_appr_status, touch_slp_approach_cnt); in touch_ll_sleep_read_proximity_cnt()
594 #define touch_hal_sleep_read_proximity_cnt(approach_cnt) touch_ll_sleep_read_proximity_cnt(approach… argument
1180 static inline void touch_ll_sleep_read_proximity_cnt(uint32_t *approach_cnt) in touch_ll_sleep_read_proximity_cnt() argument1182 *approach_cnt = SENS.sar_touch_appr_status.touch_slp_approach_cnt; in touch_ll_sleep_read_proximity_cnt()
621 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() argument623 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()
643 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() argument645 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()