Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/
Dtouch_sensor_hal.c35 void touch_hal_get_wakeup_status(touch_pad_t *pad_num) in touch_hal_get_wakeup_status() function
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_hal.h131 void touch_hal_get_wakeup_status(touch_pad_t *pad_num);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h601 #define touch_hal_get_wakeup_status(pad_num) touch_ll_get_wakeup_status(pad_num) macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h601 #define touch_hal_get_wakeup_status(pad_num) touch_ll_get_wakeup_status(pad_num) macro
/hal_espressif-latest/components/driver/touch_sensor/
Dtouch_sensor_common.c221 touch_hal_get_wakeup_status(pad_num); in touch_pad_get_wakeup_status()