Searched refs:touch_thres (Results 1 – 8 of 8) sorted by relevance
540 #define touch_hal_sleep_set_threshold(touch_thres) touch_ll_sleep_set_threshold(touch_thres) argument549 #define touch_hal_sleep_get_threshold(touch_thres) touch_ll_sleep_get_threshold(touch_thres) argument
1065 static inline void touch_ll_sleep_set_threshold(uint32_t touch_thres) in touch_ll_sleep_set_threshold() argument1067 RTCCNTL.touch_slp_thres.touch_slp_th = touch_thres; in touch_ll_sleep_set_threshold()1077 static inline void touch_ll_sleep_get_threshold(uint32_t *touch_thres) in touch_ll_sleep_get_threshold() argument1079 *touch_thres = RTCCNTL.touch_slp_thres.touch_slp_th; in touch_ll_sleep_get_threshold()
1085 static inline void touch_ll_sleep_set_threshold(uint32_t touch_thres) in touch_ll_sleep_set_threshold() argument1087 RTCCNTL.touch_slp_thres.touch_slp_th = touch_thres; in touch_ll_sleep_set_threshold()1097 static inline void touch_ll_sleep_get_threshold(uint32_t *touch_thres) in touch_ll_sleep_get_threshold() argument1099 *touch_thres = RTCCNTL.touch_slp_thres.touch_slp_th; in touch_ll_sleep_get_threshold()
564 esp_err_t touch_pad_sleep_set_threshold(touch_pad_t pad_num, uint32_t touch_thres);577 esp_err_t touch_pad_sleep_get_threshold(touch_pad_t pad_num, uint32_t *touch_thres);
616 esp_err_t touch_pad_sleep_set_threshold(touch_pad_t pad_num, uint32_t touch_thres) in touch_pad_sleep_set_threshold() argument619 touch_hal_sleep_set_threshold(touch_thres); in touch_pad_sleep_set_threshold()624 esp_err_t touch_pad_sleep_get_threshold(touch_pad_t pad_num, uint32_t *touch_thres) in touch_pad_sleep_get_threshold() argument626 TOUCH_NULL_POINTER_CHECK(touch_thres, "touch_thres"); in touch_pad_sleep_get_threshold()628 touch_hal_sleep_get_threshold(touch_thres); in touch_pad_sleep_get_threshold()
589 esp_err_t touch_pad_sleep_set_threshold(touch_pad_t pad_num, uint32_t touch_thres) in touch_pad_sleep_set_threshold() argument592 touch_hal_sleep_set_threshold(touch_thres); in touch_pad_sleep_set_threshold()597 esp_err_t touch_pad_sleep_get_threshold(touch_pad_t pad_num, uint32_t *touch_thres) in touch_pad_sleep_get_threshold() argument600 touch_hal_sleep_get_threshold(touch_thres); in touch_pad_sleep_get_threshold()