Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/sys/
Ddevice_mmio.h51 struct z_device_mmio_rom { struct
106 struct z_device_mmio_rom { struct
206 #define DEVICE_MMIO_ROM struct z_device_mmio_rom _mmio
220 ((struct z_device_mmio_rom *)((dev)->config))
393 #define DEVICE_MMIO_NAMED_ROM(name) struct z_device_mmio_rom name
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) = \
[all …]
/Zephyr-Core-2.7.6/tests/kernel/device/src/
Dmmio.c63 struct z_device_mmio_rom *rom; in test_mmio_single()
163 const struct z_device_mmio_rom *rom_corge, *rom_grault; in test_mmio_multiple()
224 const struct z_device_mmio_rom *rom_foo3, *rom_foo4; in test_mmio_toplevel()