Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Drtc_io_hal.h222 #define rtcio_hal_wakeup_enable(rtcio_num, type) rtcio_ll_wakeup_enable(rtcio_num, type) macro
264 #define gpio_hal_deepsleep_wakeup_enable(hal, gpio_num, intr_type) rtcio_hal_wakeup_enable(gpio_nu…
/hal_espressif-latest/components/driver/gpio/
Drtc_io.c208 rtcio_hal_wakeup_enable(rtc_io_number_get(gpio_num), intr_type); in rtc_gpio_wakeup_enable()