Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_psram/
Desp_psram_impl.h17 #define PSRAM_SIZE_4MB (4 * 1024 * 1024) macro
/hal_espressif-3.7.0/components/esp_psram/esp32s3/
Desp_psram_impl_quad.c334 density == 0x1 ? PSRAM_SIZE_4MB : in esp_psram_impl_enable()
Desp_psram_impl_octal.c326 s_psram_size = mode_reg.mr2.density == 0x1 ? PSRAM_SIZE_4MB : in esp_psram_impl_enable()
/hal_espressif-3.7.0/components/esp_psram/esp32s2/
Desp_psram_impl_quad.c563 *out_size_bytes = PSRAM_SIZE_4MB; in esp_psram_impl_get_physical_size()
/hal_espressif-3.7.0/components/esp_psram/esp32/
Desp_psram_impl_quad.c1127 *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()