Home
last modified time | relevance | path

Searched refs:RTCIO_FUNC_DIGITAL (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Drtc_io_ll.h27 RTCIO_FUNC_DIGITAL = 0x1, /*!< The pin controlled by DIGITAL module. */ enumerator
45 } else if (func == RTCIO_FUNC_DIGITAL) { in rtcio_ll_function_select()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Drtc_io_ll.h35 RTCIO_FUNC_DIGITAL = 0x1, /*!< The pin controlled by DIGITAL module. */ enumerator
68 } else if (func == RTCIO_FUNC_DIGITAL) { in rtcio_ll_function_select()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drtc_io_ll.h28 RTCIO_FUNC_DIGITAL = 0x1, /*!< The pin controlled by DIGITAL module. */ enumerator
57 } else if (func == RTCIO_FUNC_DIGITAL) { in rtcio_ll_function_select()
/hal_espressif-latest/components/hal/esp32/include/hal/
Drtc_io_ll.h27 RTCIO_FUNC_DIGITAL = 0x1, /*!< The pin controlled by DIGITAL module. */ enumerator
55 } else if (func == RTCIO_FUNC_DIGITAL) { in rtcio_ll_function_select()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drtc_io_ll.h30 RTCIO_FUNC_DIGITAL = 0x1, /*!< The pin controlled by DIGITAL module. */ enumerator
63 } else if (func == RTCIO_FUNC_DIGITAL) { in rtcio_ll_function_select()
/hal_espressif-latest/components/driver/gpio/
Drtc_io.c44 rtcio_hal_function_select(rtc_io_number_get(gpio_num), RTCIO_FUNC_DIGITAL); in rtc_gpio_deinit()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1719 rtcio_hal_function_select(rtc_pin, RTCIO_FUNC_DIGITAL);