Zephyr API Documentation  3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
interrupt_controller.h File Reference

Interrupt controller devicetree macro public API header file. More...

Go to the source code of this file.

Macros

#define DT_INTC_GET_AGGREGATOR_LEVEL(node_id)   UTIL_INC(DT_IRQ_LEVEL(node_id))
 Get the aggregator level of an interrupt controller.
 
#define DT_INST_INTC_GET_AGGREGATOR_LEVEL(inst)   DT_INTC_GET_AGGREGATOR_LEVEL(DT_DRV_INST(inst))
 Get the aggregator level of a DT_DRV_COMPAT interrupt controller.
 

Detailed Description

Interrupt controller devicetree macro public API header file.