Home
last modified time | relevance | path

Searched refs:rtc_config_t (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h654 } rtc_config_t; typedef
675 void rtc_init(rtc_config_t cfg);
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h672 } rtc_config_t; typedef
697 void rtc_init(rtc_config_t cfg);
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h740 } rtc_config_t; typedef
765 void rtc_init(rtc_config_t cfg);
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h769 } rtc_config_t; typedef
794 void rtc_init(rtc_config_t cfg);
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h782 } rtc_config_t; typedef
807 void rtc_init(rtc_config_t cfg);
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c20 void rtc_init(rtc_config_t cfg) in rtc_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c111 rtc_config_t cfg = RTC_CONFIG_DEFAULT(); in esp_rtc_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dclk.c65 rtc_config_t cfg = RTC_CONFIG_DEFAULT(); in esp_rtc_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dclk.c60 rtc_config_t cfg = RTC_CONFIG_DEFAULT(); in esp_rtc_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dclk.c65 rtc_config_t cfg = RTC_CONFIG_DEFAULT(); in esp_rtc_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dclk.c65 rtc_config_t cfg = RTC_CONFIG_DEFAULT(); in esp_rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c29 void rtc_init(rtc_config_t cfg) in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_init.c32 void rtc_init(rtc_config_t cfg) in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c32 void rtc_init(rtc_config_t cfg) in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c46 void rtc_init(rtc_config_t cfg) in rtc_init()