Home
last modified time | relevance | path

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

12345678910>>...12

/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/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/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/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/samples/application_development/code_relocation_nocopy/
Dlinker_arm_nocopy.ld53 * Add another fake portion of FLASH to simulate a secondary or external FLASH
/Zephyr-latest/samples/subsys/ipc/openamp/
Dsysbuild.cmake20 sysbuild_add_dependencies(FLASH openamp_remote mcuboot)
/Zephyr-latest/drivers/disk/
DKconfig.flash8 select FLASH
/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
/Zephyr-latest/drivers/clock_control/
Dclock_control_wch_rcc.c141 FLASH->ACTLR = (FLASH->ACTLR & ~FLASH_ACTLR_LATENCY) | FLASH_ACTLR_LATENCY_1; in clock_control_wch_rcc_init()
/Zephyr-latest/boards/qemu/cortex_a53/
Dboard.cmake24 # without having to pad the binary file to the FLASH size
/Zephyr-latest/boards/qemu/kvm_arm64/
Dboard.cmake23 # without having to pad the binary file to the FLASH size

12345678910>>...12