Searched refs:esp_psram_is_initialized (Results 1 – 7 of 7) sorted by relevance
36 bool esp_psram_is_initialized(void);
32 if (!esp_psram_is_initialized()) return; in esp_psram_extram_writeback_cache()
226 if (!esp_psram_is_initialized()) { in esp_wifi_psram_check()
285 if (esp_psram_is_initialized()) { in do_core_init()
279 if (!esp_psram_is_initialized()) { in esp_wifi_psram_check()
535 if (esp_psram_is_initialized()) {
377 bool IRAM_ATTR __attribute__((pure)) esp_psram_is_initialized(void) in esp_psram_is_initialized() function