Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Drtc_io_hal.h224 #define rtcio_hal_wakeup_enable(rtcio_num, type) rtcio_ll_wakeup_enable(rtcio_num, type)
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Drtc_io_ll.h277 static inline void rtcio_ll_wakeup_enable(int rtcio_num, rtcio_ll_wake_type_t type) in rtcio_ll_wakeup_enable() function