Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/gpio/
Drtc_io.c33 rtcio_hal_function_select(rtc_io_number_get(gpio_num), RTCIO_FUNC_RTC); in rtc_gpio_init()
44 rtcio_hal_function_select(rtc_io_number_get(gpio_num), RTCIO_FUNC_DIGITAL); in rtc_gpio_deinit()
/hal_espressif-latest/components/hal/include/hal/
Drtc_io_hal.h40 #define rtcio_hal_function_select(rtcio_num, func) rtcio_ll_function_select(rtcio_num, func) macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1574 rtcio_hal_function_select(rtc_gpio_num, RTCIO_FUNC_RTC);
1704 rtcio_hal_function_select(rtc_pin, RTCIO_FUNC_RTC);
1719 rtcio_hal_function_select(rtc_pin, RTCIO_FUNC_DIGITAL);