Searched refs:touch_ll_clear_group_mask (Results 1 – 3 of 3) sorted by relevance
18 touch_ll_clear_group_mask(TOUCH_PAD_BIT_MASK_ALL, TOUCH_PAD_BIT_MASK_ALL); in touch_hal_init()
109 #define touch_hal_clear_group_mask(group1_mask, group2_mask) touch_ll_clear_group_mask(group1_mask,…
431 static inline void touch_ll_clear_group_mask(uint16_t group1_mask, uint16_t group2_mask) in touch_ll_clear_group_mask() function