Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/sys/
Ddevice_mmio.h524 #define Z_TOPLEVEL_ROM_NAME(name) _CONCAT(z_mmio_rom__, name) macro
547 const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name) = \
552 const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name) = \
573 extern const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name)
576 extern const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name)
598 static const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name) = \
603 static const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name) = \
628 #define DEVICE_MMIO_TOPLEVEL_ROM_PTR(name) &Z_TOPLEVEL_ROM_NAME(name)
654 Z_TOPLEVEL_ROM_NAME(name).phys_addr, \
655 Z_TOPLEVEL_ROM_NAME(name).size, flags)
[all …]