Searched refs:bb_fpu (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
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-latest/components/soc/esp32c2/include/soc/ |
D | rtc.h | 518 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/ |
D | rtc_sleep.c | 44 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/ |
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-latest/components/esp_hw_support/port/esp32s2/ |
D | rtc_sleep.c | 37 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/ |
D | rtc.h | 546 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/ |
D | rtc.h | 559 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/ |
D | rtc.h | 581 uint32_t bb_fpu : 1; //!< Set to 1 to power down WiFi in sleep member 594 .bb_fpu = (val), \
|