Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
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-latest/components/soc/esp32c2/include/soc/
Drtc.h518 uint32_t bb_fpu : 1; //!< Set to 1 to power UP WiFi in sleep member
532 .bb_fpu = (val), \
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c44 REG_SET_FIELD(BBPD_CTRL, BB_FFT_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pu()
45 REG_SET_FIELD(BBPD_CTRL, BB_DC_EST_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pu()
/hal_espressif-latest/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-latest/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c37 REG_SET_FIELD(BBPD_CTRL, BB_FFT_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pd()
38 REG_SET_FIELD(BBPD_CTRL, BB_DC_EST_FORCE_PU, cfg.bb_fpu); in rtc_sleep_pd()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h546 uint32_t bb_fpu : 1; //!< Set to 1 to power UP WiFi in sleep member
561 .bb_fpu = (val), \
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h559 uint32_t bb_fpu : 1; //!< Set to 1 to power UP WiFi in sleep member
574 .bb_fpu = (val), \
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h581 uint32_t bb_fpu : 1; //!< Set to 1 to power down WiFi in sleep member
594 .bb_fpu = (val), \