Searched refs:touch_mask (Results 1 – 1 of 1) sorted by relevance
37 uint32_t touch_mask = 0; in touch_hal_get_wakeup_status() local38 touch_ll_read_trigger_status_mask(&touch_mask); in touch_hal_get_wakeup_status()39 if (touch_mask == 0) { in touch_hal_get_wakeup_status()42 *pad_num = (touch_pad_t)(__builtin_ffs(touch_mask) - 1); in touch_hal_get_wakeup_status()