Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/
Desp_psram.c133 uint32_t psram_physical_size = 0; in esp_psram_init() local
134 ret = esp_psram_impl_get_physical_size(&psram_physical_size); in esp_psram_init()
137 ESP_EARLY_LOGI(TAG, "Found %dMB PSRAM device", psram_physical_size / (1024 * 1024)); in esp_psram_init()