Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Container for Renesas ELC information specified in devicetree. More...

#include <renesas_elc.h>

Data Fields

const struct devicedev
 Renesas ELC device instance.
 
uint32_t peripheral
 Renesas ELC peripheral ID.
 
uint32_t event
 Renesas ELC event ID.
 

Detailed Description

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.

Field Documentation

◆ dev

const struct device* renesas_elc_dt_spec::dev

Renesas ELC device instance.

◆ event

uint32_t renesas_elc_dt_spec::event

Renesas ELC event ID.

◆ peripheral

uint32_t renesas_elc_dt_spec::peripheral

Renesas ELC peripheral ID.


The documentation for this struct was generated from the following file: