Home
last modified time | relevance | path

Searched refs:bbpll_fpu (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Drtc_init.c83 if (!(cfg.xtal_fpu | cfg.bbpll_fpu)) { in rtc_init()
93 if (!cfg.bbpll_fpu) { in rtc_init()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/
Drtc_init.c105 if (!(cfg.xtal_fpu | cfg.bbpll_fpu)) { in rtc_init()
115 if (!cfg.bbpll_fpu) { in rtc_init()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_init.c64 if (!(cfg.xtal_fpu | cfg.bbpll_fpu)) { in rtc_init()
73 if (!cfg.bbpll_fpu) { in rtc_init()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Drtc_init.c81 if (!(cfg.xtal_fpu | cfg.bbpll_fpu)) { in rtc_init()
94 if (!cfg.bbpll_fpu) { in rtc_init()
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h831 uint32_t bbpll_fpu : 1; member
850 .bbpll_fpu = 0, \
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h808 uint32_t bbpll_fpu : 1; member
827 .bbpll_fpu = 0, \
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h826 uint32_t bbpll_fpu : 1; member
845 .bbpll_fpu = 0, \
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h823 uint32_t bbpll_fpu : 1; member
842 .bbpll_fpu = 0, \