Searched refs:group2_mask (Results 1 – 2 of 2) sorted by relevance
93 #define touch_hal_set_group_mask(group1_mask, group2_mask) touch_ll_set_group_mask(group1_mask, gro… argument101 #define touch_hal_get_group_mask(group1_mask, group2_mask) touch_ll_get_group_mask(group1_mask, gro… argument109 …fine touch_hal_clear_group_mask(group1_mask, group2_mask) touch_ll_clear_group_mask(group1_mask, g… argument
407 static inline void touch_ll_set_group_mask(uint16_t group1_mask, uint16_t group2_mask) in touch_ll_set_group_mask() argument410 SENS.sar_touch_enable.touch_pad_outen2 |= TOUCH_LL_BITS_SWAP(group2_mask); in touch_ll_set_group_mask()419 static inline void touch_ll_get_group_mask(uint16_t *group1_mask, uint16_t *group2_mask) in touch_ll_get_group_mask() argument422 *group2_mask = TOUCH_LL_BITS_SWAP(SENS.sar_touch_enable.touch_pad_outen2); in touch_ll_get_group_mask()431 static inline void touch_ll_clear_group_mask(uint16_t group1_mask, uint16_t group2_mask) in touch_ll_clear_group_mask() argument434 SENS.sar_touch_enable.touch_pad_outen2 &= TOUCH_LL_BITS_SWAP(~group2_mask); in touch_ll_clear_group_mask()