/Zephyr-latest/soc/espressif/esp32c2/ |
D | memory.h | 64 #define FLASH_SIZE CONFIG_FLASH_SIZE macro 66 #define FLASH_SIZE 0x400000 macro 72 #define IROM_SEG_LEN FLASH_SIZE 74 #define DROM_SEG_LEN FLASH_SIZE
|
D | Kconfig.defconfig | 11 config FLASH_SIZE config
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | memory.h | 57 #define FLASH_SIZE CONFIG_FLASH_SIZE macro 59 #define FLASH_SIZE 0x400000 macro 65 #define IROM_SEG_LEN FLASH_SIZE 67 #define DROM_SEG_LEN FLASH_SIZE
|
D | Kconfig.defconfig | 11 config FLASH_SIZE config
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | memory.h | 65 #define FLASH_SIZE CONFIG_FLASH_SIZE macro 67 #define FLASH_SIZE 0x400000 macro 73 #define IROM_SEG_LEN FLASH_SIZE 75 #define DROM_SEG_LEN FLASH_SIZE
|
D | Kconfig.defconfig | 9 config FLASH_SIZE config
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | memory.h | 58 #define FLASH_SIZE CONFIG_FLASH_SIZE macro 60 #define FLASH_SIZE 0x400000 macro 68 #define DROM_SEG_LEN FLASH_SIZE
|
D | Kconfig.defconfig | 6 config FLASH_SIZE config
|
/Zephyr-latest/soc/espressif/esp32/ |
D | memory.h | 92 #define FLASH_SIZE CONFIG_FLASH_SIZE macro 94 #define FLASH_SIZE 0x400000 macro 100 #define IROM_SEG_LEN (FLASH_SIZE - 0x1000) 102 #define DROM_SEG_LEN (FLASH_SIZE - 0x1000)
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | memory.h | 98 #define FLASH_SIZE CONFIG_FLASH_SIZE macro 100 #define FLASH_SIZE 0x800000 macro 106 #define IROM_SEG_LEN FLASH_SIZE 108 #define DROM_SEG_LEN FLASH_SIZE
|
D | Kconfig.defconfig | 6 config FLASH_SIZE config
|
/Zephyr-latest/soc/nxp/imx/imx8m/ |
D | Kconfig.defconfig.mimx8ml8_m7 | 21 config FLASH_SIZE config 31 config FLASH_SIZE config
|
/Zephyr-latest/drivers/flash/ |
D | soc_flash_b91.c | 8 #define FLASH_SIZE DT_REG_SIZE(DT_INST(0, soc_nv_flash)) macro 47 if ((offset + len) > FLASH_SIZE) { in flash_b91_is_range_valid() 145 ((uint32_t)data < (FLASH_ORIGIN + FLASH_SIZE))) { in flash_b91_write() 208 .pages_count = FLASH_SIZE / PAGE_SIZE,
|
D | soc_flash_cc13xx_cc26xx.c | 20 #define FLASH_SIZE DT_REG_SIZE(SOC_NV_FLASH_NODE) macro 201 if ((offs + size) > FLASH_SIZE) { in flash_cc13xx_cc26xx_write() 228 (data <= (void *)(FLASH_ADDR + FLASH_SIZE))) { in flash_cc13xx_cc26xx_write() 259 if ((offs + size) > FLASH_SIZE) { in flash_cc13xx_cc26xx_read() 278 .pages_count = FLASH_SIZE / FLASH_ERASE_SIZE,
|
D | flash_stm32g4x.c | 41 if ((offset < BANK2_OFFSET) && (offset + len > FLASH_SIZE / 2)) { in flash_stm32_valid_range() 172 if ((offset < (FLASH_SIZE / 2)) && !bank_swap) { in erase_page() 182 } else if ((offset < (FLASH_SIZE / 2)) && bank_swap) { in erase_page() 336 #define PAGES_PER_BANK ((FLASH_SIZE / FLASH_PAGE_SIZE) / 2) in flash_stm32_page_layout() 355 stm32g4_flash_layout[0].pages_count = FLASH_SIZE in flash_stm32_page_layout()
|
D | flash_stm32l5x.c | 35 #define PAGES_PER_BANK ((FLASH_SIZE / FLASH_PAGE_SIZE) / 2) 149 (offset + len > FLASH_SIZE / 2)) { in flash_stm32_valid_range() 249 if ((offset < (FLASH_SIZE / 2)) && !bank_swap) { in erase_page() 259 } else if ((offset < (FLASH_SIZE / 2)) && bank_swap) { in erase_page() 437 stm32_flash_layout[0].pages_count = FLASH_SIZE / FLASH_PAGE_SIZE; in flash_stm32_page_layout()
|
/Zephyr-latest/soc/nxp/layerscape/ls1046a/ |
D | Kconfig.defconfig | 12 config FLASH_SIZE config
|
/Zephyr-latest/boards/enclustra/mercury_xu/ |
D | Kconfig.defconfig | 6 config FLASH_SIZE config
|
/Zephyr-latest/soc/rockchip/rk3399/ |
D | Kconfig.defconfig.rk3399 | 12 config FLASH_SIZE config
|
/Zephyr-latest/boards/toradex/verdin_imx8mm/ |
D | Kconfig.defconfig | 9 config FLASH_SIZE config
|
/Zephyr-latest/soc/rockchip/rk3568/ |
D | Kconfig.defconfig.rk3568 | 7 config FLASH_SIZE config
|
/Zephyr-latest/soc/nxp/imx/imx9/imx93/ |
D | Kconfig.defconfig.mimx93.m33 | 8 config FLASH_SIZE config
|
/Zephyr-latest/soc/renesas/rzt2m/ |
D | Kconfig.defconfig | 15 config FLASH_SIZE config
|
/Zephyr-latest/soc/nxp/imx/imx9/imx95/ |
D | Kconfig.defconfig.mimx95.m7 | 8 config FLASH_SIZE config
|
/Zephyr-latest/soc/renode/cortex_r8_virtual/ |
D | Kconfig.defconfig | 14 config FLASH_SIZE config
|