Searched refs:bb_fpu (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/ |
D | rtc_sleep.c | 37 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/ |
D | rtc_sleep.c | 38 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/ |
D | rtc_sleep.c | 38 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/ |
D | rtc_sleep.c | 40 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/ |
D | rtc.h | 636 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/ |
D | rtc.h | 604 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/ |
D | rtc.h | 611 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/ |
D | rtc.h | 620 uint32_t bb_fpu : 1; //!< Set to 1 to power UP WiFi in sleep member 635 .bb_fpu = (val), \
|