Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Demul.h122 #define EMUL_DT_DEFINE(node_id, init_fn, data_ptr, cfg_ptr, bus_api, _backend_api) \ macro
149 #define EMUL_DT_INST_DEFINE(inst, ...) EMUL_DT_DEFINE(DT_DRV_INST(inst), __VA_ARGS__)
/Zephyr-Core-3.5.0/doc/hardware/emulator/
Dindex.rst80 an emulator instance using one of the :c:func:`EMUL_DT_DEFINE()` or
95 The ``EMUL_DT_DEFINE()`` function accepts two API types:
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.2.rst1379 * Added :c:macro:`EMUL_DT_DEFINE` and :c:macro:`EMUL_DT_INST_DEFINE` to mirror