Home
last modified time | relevance | path

Searched refs:FLASH (Results 1 – 25 of 211) sorted by relevance

123456789

/Zephyr-latest/drivers/flash/
Dflash_stm32wb0x.c76 READ_BIT(FLASH->SIZE, FLASH_FLASH_SIZE_FLASH_SIZE) + 1; in get_flash_size_in_bytes()
159 flags = FLASH->IRQRAW; in poll_flash_controller()
163 FLASH->IRQRAW = flags; in poll_flash_controller()
173 FLASH->IRQRAW = FLASH->IRQRAW; in execute_flash_command()
176 FLASH->COMMAND = cmd; in execute_flash_command()
215 FLASH->ADDRESS = (i << 9); in erase_page_range()
259 FLASH->ADDRESS = dst_addr; in write_word_range()
260 FLASH->DATA0 = read_mem_u32(src_ptr); in write_word_range()
276 FLASH->ADDRESS = dst_addr; in write_word_range()
277 FLASH->DATA0 = read_mem_u32(src_ptr + 0); in write_word_range()
[all …]
DKconfig.ifx_cat19 bool "Infineon CAT1 FLASH driver"
20 bool "Infineon CAT1 QSPI FLASH driver"
DKconfig.it8xxx21 # FLASH configuration options
/Zephyr-latest/boards/altr/max10/
DKconfig.defconfig6 if FLASH
11 endif # FLASH
/Zephyr-latest/soc/silabs/silabs_siwx91x/siwg917/
Dlinker.ld19 } > FLASH
27 } > udma0 AT> FLASH
32 } > udma1 AT> FLASH
/Zephyr-latest/boards/pine64/pinetime_devkit0/
DKconfig.defconfig11 if FLASH
16 endif # FLASH
/Zephyr-latest/tests/boot/test_mcuboot/
Dsysbuild.cmake25 sysbuild_add_dependencies(FLASH test_mcuboot swapped_app)
26 sysbuild_add_dependencies(FLASH swapped_app mcuboot)
/Zephyr-latest/soc/renesas/rz/rzt2l/
Dsections.ld17 } GROUP_LINK_IN(FLASH)
/Zephyr-latest/soc/renesas/rz/rzn2l/
Dsections.ld17 } GROUP_LINK_IN(FLASH)
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm62 FLASH.CHANGEtype 0x007D4000--0x7F3FFF TARGET
66 FLASH.Erase ALL
73 FLASH.ReProgram ALL /Erase
79 FLASH.ReProgram off
/Zephyr-latest/cmake/linker_script/common/
Dthread-local-storage.cmake4 zephyr_linker_section(NAME .tdata LMA FLASH NOINPUT)
10 zephyr_linker_section(NAME .tbss LMA FLASH NOINPUT)
/Zephyr-latest/soc/nxp/lpc/lpc51u68/
DKconfig.defconfig15 depends on FLASH
/Zephyr-latest/soc/gaisler/gr716a/
DKconfig.defconfig15 if FLASH
/Zephyr-latest/samples/sysbuild/hello_world/
Dsysbuild.cmake15 sysbuild_add_dependencies(FLASH ${DEFAULT_IMAGE} remote)
/Zephyr-latest/subsys/disk/
DKconfig8 Enable disk access over a supported media backend like FLASH or RAM
/Zephyr-latest/tests/subsys/nrfs/
Dsysbuild.cmake18 sysbuild_add_dependencies(FLASH nrfs remote)
/Zephyr-latest/samples/subsys/usb/mass/
DKconfig26 bool "Use FLASH disk and FAT file system"
32 bool "Use FLASH disk and LittleFS"
/Zephyr-latest/boards/nxp/ucans32k1sic/support/
Dstartup.cmm59 FLASH.Erase ALL
66 FLASH.ReProgram ALL /Erase
72 FLASH.ReProgram off
/Zephyr-latest/share/sysbuild/images/bootloader/
DCMakeLists.txt15 sysbuild_add_dependencies(FLASH ${DEFAULT_IMAGE} ${image})
/Zephyr-latest/drivers/disk/
DKconfig.flash8 select FLASH
/Zephyr-latest/samples/subsys/ipc/openamp/
Dsysbuild.cmake20 sysbuild_add_dependencies(FLASH openamp_remote mcuboot)
/Zephyr-latest/drivers/eeprom/
DKconfig.eeprom_emu8 select FLASH
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/
Dsysbuild.cmake20 sysbuild_add_dependencies(FLASH ipm_mcux_remote mcuboot)
/Zephyr-latest/share/sysbuild/cmake/
Ddomains.cmake5 sysbuild_images_order(IMAGES_FLASHING_ORDER FLASH IMAGES ${IMAGES})
/Zephyr-latest/soc/nordic/nrf91/
DKconfig25 FLASH region size for the NRF_SPU peripheral

123456789