Searched refs:rtcio_hal_wakeup_enable (Results 1 – 2 of 2) sorted by relevance
222 #define rtcio_hal_wakeup_enable(rtcio_num, type) rtcio_ll_wakeup_enable(rtcio_num, type) macro264 #define gpio_hal_deepsleep_wakeup_enable(hal, gpio_num, intr_type) rtcio_hal_wakeup_enable(gpio_nu…
208 rtcio_hal_wakeup_enable(rtc_io_number_get(gpio_num), intr_type); in rtc_gpio_wakeup_enable()