|
Zephyr Project API 4.3.0
A Scalable Open Source RTOS
|
Macros | |
| #define | DT_INTC_GET_AGGREGATOR_LEVEL(node_id) |
| Get the aggregator level of an interrupt controller. | |
| #define | DT_INST_INTC_GET_AGGREGATOR_LEVEL(inst) |
| Get the aggregator level of a DT_DRV_COMPAT interrupt controller. | |
| #define DT_INST_INTC_GET_AGGREGATOR_LEVEL | ( | inst | ) |
#include </__w/bridle/bridle/workspace/zephyr/include/zephyr/devicetree/interrupt_controller.h>
Get the aggregator level of a DT_DRV_COMPAT interrupt controller.
| inst | instance of an interrupt controller |
| #define DT_INTC_GET_AGGREGATOR_LEVEL | ( | node_id | ) |
#include </__w/bridle/bridle/workspace/zephyr/include/zephyr/devicetree/interrupt_controller.h>
Get the aggregator level of an interrupt controller.
| node_id | node identifier of an interrupt controller |