Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
|
4.2.99 |
Container for Renesas ELC information specified in devicetree. More...
#include <zephyr/drivers/misc/interconn/renesas_elc/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.