Home
last modified time | relevance | path

Searched refs:touch_mask (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/hal/esp32/
Dtouch_sensor_hal.c37 uint32_t touch_mask = 0; in touch_hal_get_wakeup_status() local
38 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()