Searched refs:PSRAM_SIZE_4MB (Results 1 – 5 of 5) sorted by relevance
17 #define PSRAM_SIZE_4MB (4 * 1024 * 1024) macro
334 density == 0x1 ? PSRAM_SIZE_4MB : in esp_psram_impl_enable()
326 s_psram_size = mode_reg.mr2.density == 0x1 ? PSRAM_SIZE_4MB : in esp_psram_impl_enable()
563 *out_size_bytes = PSRAM_SIZE_4MB; in esp_psram_impl_get_physical_size()
1127 *out_size_bytes = s_2t_mode_enabled ? PSRAM_SIZE_4MB : PSRAM_SIZE_8MB; in esp_psram_impl_get_physical_size()1129 *out_size_bytes = PSRAM_SIZE_4MB; in esp_psram_impl_get_physical_size()