Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Drtc_io_ll.h35 RTCIO_FUNC_RTC = 0x0, /*!< The pin controled by RTC module. */ enumerator
59 if (func == RTCIO_FUNC_RTC) { in rtcio_ll_function_select()
/device/soc/esp/esp32/components/driver/
Drtc_io.c46 rtcio_hal_function_select(rtc_io_number_get(gpio_num), RTCIO_FUNC_RTC); in rtc_gpio_init()
/device/soc/esp/esp32/components/esp_system/
Dsleep_modes.c992 rtcio_hal_function_select(rtc_gpio_num, RTCIO_FUNC_RTC); in ext0_wakeup_prepare()
1030 rtcio_hal_function_select(rtc_pin, RTCIO_FUNC_RTC); in ext1_wakeup_prepare()