Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c37 REG_SET_FIELD(BBPD_CTRL, BB_FFT_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pu()
38 REG_SET_FIELD(BBPD_CTRL, BB_DC_EST_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pu()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c38 REG_SET_FIELD(BBPD_CTRL, BB_FFT_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pd()
39 REG_SET_FIELD(BBPD_CTRL, BB_DC_EST_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pd()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c38 REG_SET_FIELD(BBPD_CTRL, BB_FFT_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pu()
39 REG_SET_FIELD(BBPD_CTRL, BB_DC_EST_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pu()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_sleep.c40 REG_SET_FIELD(BBPD_CTRL, BB_FFT_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pu()
41 REG_SET_FIELD(BBPD_CTRL, BB_DC_EST_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pu()
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h636 uint32_t bb_fpu : 1; //!< Set to 1 to power down WiFi in sleep member
649 .bb_fpu = (val), \
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h604 uint32_t bb_fpu : 1; //!< Set to 1 to power UP WiFi in sleep member
619 .bb_fpu = (val), \
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h611 uint32_t bb_fpu : 1; //!< Set to 1 to power UP WiFi in sleep member
626 .bb_fpu = (val), \
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h620 uint32_t bb_fpu : 1; //!< Set to 1 to power UP WiFi in sleep member
635 .bb_fpu = (val), \