Home
last modified time | relevance | path

Searched refs:sram_fpu (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h607 uint32_t sram_fpu : 1; //!< Set to 1 to power UP SRAM in sleep member
622 .sram_fpu = (val), \
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h614 uint32_t sram_fpu : 1; //!< Set to 1 to power UP SRAM in sleep member
629 .sram_fpu = (val), \
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h623 uint32_t sram_fpu : 1; //!< Set to 1 to power UP SRAM in sleep member
638 .sram_fpu = (val), \
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c44 if (cfg.sram_fpu) { in rtc_sleep_pu()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c46 if (cfg.sram_fpu) { in rtc_sleep_pu()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_sleep.c47 if (cfg.sram_fpu) { in rtc_sleep_pu()