Home
last modified time | relevance | path

Searched defs:flash_controller (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/dts/arm/ti/
Dcc13xx_cc26xx.dtsi85 flash_controller: flash-controller@40030000 { label
/Zephyr-latest/dts/arm/nordic/
Dnrf52805.dtsi305 flash_controller: flash-controller@4001e000 { label
Dnrf51822.dtsi298 flash_controller: flash-controller@4001e000 { label
Dnrf52810.dtsi330 flash_controller: flash-controller@4001e000 { label
Dnrf5340_cpunet.dtsi303 flash_controller: flash-controller@41080000 { label
Dnrf52811.dtsi362 flash_controller: flash-controller@4001e000 { label
Dnrf91_peripherals.dtsi7 flash_controller: flash-controller@39000 { label
Dnrf52820.dtsi375 flash_controller: flash-controller@4001e000 { label
Dnrf52832.dtsi398 flash_controller: flash-controller@4001e000 { label
Dnrf52833.dtsi419 flash_controller: flash-controller@4001e000 { label
Dnrf52840.dtsi406 flash_controller: flash-controller@4001e000 { label
Dnrf5340_cpuapp_peripherals.dtsi529 flash_controller: flash-controller@39000 { label
/Zephyr-latest/dts/arm/infineon/cat3/xmc/
Dxmc4xxx.dtsi24 flash_controller: flash_controller@58001000 { label
/Zephyr-latest/dts/arm/renesas/smartbond/
Dda1469x.dtsi169 flash_controller: flash-controller@38000000 { label
/Zephyr-latest/tests/drivers/flash/erase_blocks/src/
Dmain.c40 static const struct device *flash_controller = DEVICE_DT_GET(TEST_FLASH_CONTROLLER_NODE); variable
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py1175 def flash_controller(self) -> 'Node': member in Node