Home
last modified time | relevance | path

Searched refs:MB (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v7m.h98 #define REGION_1M REGION_SIZE(1MB)
99 #define REGION_2M REGION_SIZE(2MB)
100 #define REGION_4M REGION_SIZE(4MB)
101 #define REGION_8M REGION_SIZE(8MB)
102 #define REGION_16M REGION_SIZE(16MB)
103 #define REGION_32M REGION_SIZE(32MB)
104 #define REGION_64M REGION_SIZE(64MB)
105 #define REGION_128M REGION_SIZE(128MB)
106 #define REGION_256M REGION_SIZE(256MB)
107 #define REGION_512M REGION_SIZE(512MB)
/Zephyr-latest/soc/renesas/smartbond/da1469x/
Dsoc.c86 if (region_size > MB(16)) { in z_renesas_configure_cache()
88 } else if (region_size > MB(8)) { in z_renesas_configure_cache()
90 } else if (region_size > MB(4)) { in z_renesas_configure_cache()
92 } else if (region_size > MB(2)) { in z_renesas_configure_cache()
94 } else if (region_size > MB(1)) { in z_renesas_configure_cache()
/Zephyr-latest/soc/espressif/common/
DKconfig.esptool140 bool "1 MB"
142 bool "2 MB"
144 bool "4 MB"
146 bool "8 MB"
148 bool "16 MB"
150 bool "32 MB"
152 bool "64 MB"
154 bool "128 MB"
159 default "1MB" if ESPTOOLPY_FLASHSIZE_1MB
160 default "2MB" if ESPTOOLPY_FLASHSIZE_2MB
[all …]
/Zephyr-latest/dts/xtensa/espressif/esp32s2/
Desp32s2_fn4r2.dtsi9 /* 4MB flash */
14 /* 2MB psram */
Desp32s2_mini_n4r2.dtsi9 /* 4MB flash */
14 /* 2MB psram */
Desp32s2_solo_n4r2.dtsi9 /* 4MB flash */
14 /* 2MB psram */
Desp32s2_wrover_n16r2.dtsi9 /* 16MB flash */
14 /* 2MB psram */
Desp32s2_wrover_n4r2.dtsi9 /* 4MB flash */
14 /* 2MB psram */
Desp32s2_wrover_n8r2.dtsi9 /* 8MB flash */
14 /* 2MB psram */
/Zephyr-latest/dts/xtensa/espressif/esp32s3/
Desp32s3_mini_n4r2.dtsi9 /* 4MB flash */
14 /* 2MB psram */
Desp32s3_pico_n8r2.dtsi9 /* 8MB flash */
14 /* 2MB psram */
Desp32s3_pico_n8r8.dtsi9 /* 8MB flash */
14 /* 8MB psram */
Desp32s3_wroom_n16r2.dtsi9 /* 16MB flash */
14 /* 2MB psram */
Desp32s3_wroom_n16r8.dtsi9 /* 16MB flash */
14 /* 8MB psram */
Desp32s3_wroom_n4r2.dtsi9 /* 4MB flash */
14 /* 2MB psram */
Desp32s3_wroom_n4r8.dtsi9 /* 4MB flash */
14 /* 8MB psram */
Desp32s3_wroom_n8r2.dtsi9 /* 8MB flash */
14 /* 2MB psram */
Desp32s3_wroom_n8r8.dtsi9 /* 8MB flash */
14 /* 8MB psram */
/Zephyr-latest/soc/brcm/bcmvk/viper/a72/
Dmmu_regions.c19 0x40000000, MB(512),
27 0x60000000, MB(512),
/Zephyr-latest/dts/xtensa/
Ddc233c.dtsi22 * Although RAM is of size 128MB (0x08000000), limit this to 16MB so
32 * Although ROM is of size 32MB (0x02000000), limit this to 16KB so
/Zephyr-latest/dts/xtensa/espressif/esp32/
Desp32_pico_v3_02.dtsi15 /* 8MB flash */
20 /* 2MB psram */
Desp32_wrover_e_n16r2.dtsi19 /* 16MB flash */
24 /* 2MB psram */
Desp32_wrover_e_n16r4.dtsi19 /* 16MB flash */
24 /* 4MB psram */
Desp32_wrover_e_n16r8.dtsi19 /* 16MB flash */
24 /* 8MB psram */
/Zephyr-latest/doc/services/tfm/
Dintegration.rst67 This reserves 1 MB of code memory and 1 MB of RAM for secure boot and TF-M,
70 along with 1 MB of RAM.
76 * 0x0000_0000 BL2 - MCUBoot (0.5 MB)
77 * 0x0008_0000 Secure image primary slot (0.5 MB)
78 * 0x0010_0000 Non-secure image primary slot (0.5 MB)
79 * 0x0018_0000 Secure image secondary slot (0.5 MB)
80 * 0x0020_0000 Non-secure image secondary slot (0.5 MB)
81 * 0x0028_0000 Scratch area (0.5 MB)

12345678910>>...14