Home
last modified time | relevance | path

Searched defs:flash (Results 1 – 25 of 72) sorted by relevance

123

/Zephyr-latest/drivers/flash/
Dflash_mspi_atxp032.c110 static int flash_mspi_atxp032_command_write(const struct device *flash, uint8_t cmd, uint32_t addr, in flash_mspi_atxp032_command_write()
142 static int flash_mspi_atxp032_command_read(const struct device *flash, uint8_t cmd, uint32_t addr, in flash_mspi_atxp032_command_read()
174 static void acquire(const struct device *flash) in acquire()
194 static void release(const struct device *flash) in release()
206 static int flash_mspi_atxp032_write_enable(const struct device *flash) in flash_mspi_atxp032_write_enable()
216 static int flash_mspi_atxp032_write_disable(const struct device *flash) in flash_mspi_atxp032_write_disable()
226 static int flash_mspi_atxp032_reset(const struct device *flash) in flash_mspi_atxp032_reset()
249 static int flash_mspi_atxp032_get_vendor_id(const struct device *flash, uint8_t *vendor_id) in flash_mspi_atxp032_get_vendor_id()
269 static int flash_mspi_atxp032_unprotect_sector(const struct device *flash, off_t addr) in flash_mspi_atxp032_unprotect_sector()
280 static int flash_mspi_atxp032_erase_sector(const struct device *flash, off_t addr) in flash_mspi_atxp032_erase_sector()
[all …]
Dflash_mspi_emul_device.c58 static void acquire(const struct device *flash) in acquire()
82 static void release(const struct device *flash) in release()
144 static int flash_mspi_emul_erase(const struct device *flash, off_t offset, size_t size) in flash_mspi_emul_erase()
200 static int flash_mspi_emul_write(const struct device *flash, off_t offset, in flash_mspi_emul_write()
269 static int flash_mspi_emul_read(const struct device *flash, off_t offset, in flash_mspi_emul_read()
316 static const struct flash_parameters *flash_mspi_emul_get_parameters(const struct device *flash) in flash_mspi_emul_get_parameters()
331 static void flash_mspi_emul_pages_layout(const struct device *flash, in flash_mspi_emul_pages_layout()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_io_flash.c44 struct bt_mesh_blob_io_flash *flash = FLASH_IO(io); in io_open() local
54 struct bt_mesh_blob_io_flash *flash = FLASH_IO(io); in io_close() local
63 struct bt_mesh_blob_io_flash *flash = FLASH_IO(io); in block_start() local
100 struct bt_mesh_blob_io_flash *flash = FLASH_IO(io); in rd_chunk() local
112 struct bt_mesh_blob_io_flash *flash = FLASH_IO(io); in wr_chunk() local
139 int bt_mesh_blob_io_flash_init(struct bt_mesh_blob_io_flash *flash, in bt_mesh_blob_io_flash_init()
/Zephyr-latest/dts/arm/st/wb0/
Dstm32wb05Xz.dtsi11 flash: flash-controller@40001000 { label
Dstm32wb06Xc.dtsi11 flash: flash-controller@40001000 { label
Dstm32wb07Xc.dtsi11 flash: flash-controller@40001000 { label
Dstm32wb09Xe.dtsi11 flash: flash-controller@40001000 { label
Dstm32wb07.dtsi13 flash: flash-controller@40001000 { label
Dstm32wb0.dtsi108 flash: flash-controller@40001000 { label
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst441 Basics
461 Choosing a Runner
491 Configuration Overrides
508 Runner-Specific Overrides
537 Multi-domain flashing
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_sam.c37 uint8_t *flash = (uint8_t *)CONFIG_FLASH_BASE_ADDRESS; in hwinfo_sam_read_device_id() local
/Zephyr-latest/dts/arm/silabs/
Dsim3u.dtsi87 flash: flash-controller@4002e000 { label
/Zephyr-latest/dts/riscv/wch/
Dch32v00x.dtsi68 flash: flash-controller@40022000 { label
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/src/
Dmain.c15 const struct device *flash = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); variable
/Zephyr-latest/scripts/west_commands/runners/
Dteensy.py46 def flash(self): member in TeensyBinaryRunner
Dminichlink.py72 def flash(self): member in MiniChLinkBinaryRunner
Dnios2.py58 def flash(self, **kwargs): member in Nios2BinaryRunner
Dtrace32.py115 def flash(self, **kwargs) -> None: member in TRACE32BinaryRunner
Dintel_adsp.py91 def flash(self, **kwargs): member in IntelAdspBinaryRunner
/Zephyr-latest/dts/riscv/espressif/esp32c2/
Desp32c2_common.dtsi106 flash: flash-controller@60002000 { label
/Zephyr-latest/dts/riscv/telink/
Dtelink_b91.dtsi64 flash: flash@20000000 { label
/Zephyr-latest/dts/riscv/espressif/esp32c6/
Desp32c6_common.dtsi176 flash: flash-controller@60002000 { label
/Zephyr-latest/dts/riscv/espressif/esp32c3/
Desp32c3_common.dtsi139 flash: flash-controller@60002000 { label
/Zephyr-latest/dts/arm/st/f0/
Dstm32f0.dtsi85 flash: flash-controller@40022000 { label
/Zephyr-latest/dts/arm/st/c0/
Dstm32c0.dtsi84 flash: flash-controller@40022000 { label

123