| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Container for Renesas ELC information specified in devicetree. More...
#include <renesas_elc.h>
| Data Fields | |
| const struct device * | dev | 
| Renesas ELC device instance. | |
| uint32_t | peripheral | 
| Renesas ELC peripheral ID. | |
| uint32_t | event | 
| Renesas ELC event ID. | |
Container for Renesas ELC information specified in devicetree.
This type contains a pointer to a Renesas ELC device, along with the peripheral ID and event ID used to configure a link between peripherals via the Event Link Controller.
This structure is typically initialized using devicetree macros that parse phandle-array properties referencing ELC instances.
| const struct device* renesas_elc_dt_spec::dev | 
Renesas ELC device instance.
| uint32_t renesas_elc_dt_spec::event | 
Renesas ELC event ID.
| uint32_t renesas_elc_dt_spec::peripheral | 
Renesas ELC peripheral ID.