Home
last modified time | relevance | path

Searched refs:zephyr_flash_controller (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/boards/espressif/flash_encryption/src/
Dmain.c30 flash_device = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); in main()
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/src/
Dmain.c28 flash_device = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); in main()
/Zephyr-latest/tests/subsys/shell/shell_flash/src/
Dshell_flash_test.c38 const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); in ZTEST()
/Zephyr-latest/tests/subsys/bindesc/reading/src/
Dmain.c18 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
/Zephyr-latest/drivers/flash/
Dflash_shell.c42 static const struct device *const zephyr_flash_controller = variable
43 DEVICE_DT_GET_OR_NULL(DT_CHOSEN(zephyr_flash_controller));
62 } else if (zephyr_flash_controller != NULL) { in parse_helper()
64 if (!device_is_ready(zephyr_flash_controller)) { in parse_helper()
68 *flash_dev = zephyr_flash_controller; in parse_helper()
Dflash_rpi_pico.c35 #define SSI_BASE_ADDRESS DT_REG_ADDR(DT_CHOSEN(zephyr_flash_controller))
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/src/
Dmain.c15 const struct device *flash = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
/Zephyr-latest/samples/arch/mpu/mpu_test/src/
Dmain.c34 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c29 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmicrobit.c35 DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_impl/src/
Dmain.c40 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/
Dmain.c27 static const struct device *const fdev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));