Searched refs:PSRAM_SIZE_4MB (Results 1 – 5 of 5) sorted by relevance
18 #define PSRAM_SIZE_4MB (4 * 1024 * 1024) macro
328 PSRAM_SIZE_4MB, in esp_psram_impl_enable()335 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()
1137 *out_size_bytes = s_2t_mode_enabled ? PSRAM_SIZE_4MB : PSRAM_SIZE_8MB; in esp_psram_impl_get_physical_size()1139 *out_size_bytes = PSRAM_SIZE_4MB; in esp_psram_impl_get_physical_size()