/Zephyr-latest/tests/drivers/flash/erase_blocks/src/ |
D | main.c | 40 static const struct device *flash_controller = DEVICE_DT_GET(TEST_FLASH_CONTROLLER_NODE); variable 71 const struct flash_parameters *parameters = flash_get_parameters(flash_controller); in test_flash_is_erased() 79 if (flash_read(flash_controller, offset, test_erase_buffer, readsize) < 0) { in test_flash_is_erased() 104 flash_controller->name); in test_flash_erase_partition() 106 return flash_erase(flash_controller, TEST_FLASH_PART_OFFSET, in test_flash_erase_partition() 121 zassert_ok(flash_write(flash_controller, offset, test_write_block, size), in test_flash_write_block_at_offset() 123 zassert_ok(flash_read(flash_controller, offset, test_read_block, size), in test_flash_write_block_at_offset() 168 const struct flash_parameters *parameters = flash_get_parameters(flash_controller); in ZTEST() 171 flash_page_foreach(flash_controller, test_flash_write_across_page_boundaries, in ZTEST() 184 zassert_ok(flash_erase(flash_controller, page_offset, page_size), in test_flash_erase_page() [all …]
|
/Zephyr-latest/boards/infineon/xmc45_relax_kit/ |
D | xmc45_relax_kit.dts | 57 zephyr,flash-controller = &flash_controller; 72 &flash_controller {
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf91ns.dtsi | 32 zephyr,flash-controller = &flash_controller;
|
D | nrf5340_cpuappns.dtsi | 34 zephyr,flash-controller = &flash_controller;
|
D | nrf91.dtsi | 31 zephyr,flash-controller = &flash_controller;
|
D | nrf5340_cpuapp.dtsi | 38 zephyr,flash-controller = &flash_controller;
|
D | nrf51822.dtsi | 11 zephyr,flash-controller = &flash_controller; 298 flash_controller: flash-controller@4001e000 { label
|
D | nrf52805.dtsi | 16 zephyr,flash-controller = &flash_controller; 305 flash_controller: flash-controller@4001e000 { label
|
D | nrf52810.dtsi | 12 zephyr,flash-controller = &flash_controller; 330 flash_controller: flash-controller@4001e000 { label
|
D | nrf5340_cpunet.dtsi | 14 zephyr,flash-controller = &flash_controller; 303 flash_controller: flash-controller@41080000 { label
|
D | nrf52811.dtsi | 16 zephyr,flash-controller = &flash_controller; 362 flash_controller: flash-controller@4001e000 { label
|
D | nrf52820.dtsi | 16 zephyr,flash-controller = &flash_controller; 375 flash_controller: flash-controller@4001e000 { label
|
D | nrf52832.dtsi | 12 zephyr,flash-controller = &flash_controller; 398 flash_controller: flash-controller@4001e000 { label
|
D | nrf52833.dtsi | 16 zephyr,flash-controller = &flash_controller; 419 flash_controller: flash-controller@4001e000 { label
|
/Zephyr-latest/dts/arm/ti/ |
D | cc13xx_cc26xx.dtsi | 16 zephyr,flash-controller = &flash_controller; 85 flash_controller: flash-controller@40030000 { label
|
/Zephyr-latest/dts/arm/infineon/cat3/xmc/ |
D | xmc4xxx.dtsi | 24 flash_controller: flash_controller@58001000 { label
|
/Zephyr-latest/dts/arm/adi/max32/ |
D | max32666.dtsi | 84 flc1: flash_controller@40029400 {
|
D | max32672.dtsi | 74 flc1: flash_controller@40029400 {
|
D | max32690.dtsi | 106 flc1: flash_controller@40029400 {
|
D | max32xxx.dtsi | 82 flc0: flash_controller@40029000 {
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_smartbond.c | 486 DT_PROP(DT_NODELABEL(flash_controller), read_cs_idle_delay), in smartbond_clock_control_update_memory_settings() 487 DT_PROP(DT_NODELABEL(flash_controller), erase_cs_idle_delay)); in smartbond_clock_control_update_memory_settings()
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 17 zephyr,flash-controller = &flash_controller; 169 flash_controller: flash-controller@38000000 { label
|
/Zephyr-latest/boards/infineon/xmc47_relax_kit/ |
D | xmc47_relax_kit.dts | 56 zephyr,flash-controller = &flash_controller;
|
/Zephyr-latest/dts/arm/st/h5/ |
D | stm32h562.dtsi | 8 #include <zephyr/dt-bindings/flash_controller/ospi.h> 10 #include <zephyr/dt-bindings/flash_controller/xspi.h>
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h7a3.dtsi | 9 #include <zephyr/dt-bindings/flash_controller/ospi.h>
|