|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
NXP IRQSTEER interrupt aggregator driver API. More...
#include <zephyr/types.h>Go to the source code of this file.
Functions | |
| void | nxp_irqstr_irq_enable (uint32_t irq) |
| Enable a multi-level IRQ line. | |
| void | nxp_irqstr_irq_disable (uint32_t irq) |
| Disable a multi-level IRQ line. | |
| int | nxp_irqstr_irq_is_enabled (unsigned int irq) |
| Get the enable state of a multi-level IRQ line. | |
| void | nxp_irqstr_irq_priority_set (unsigned int irq, unsigned int prio, unsigned int flags) |
| Set the priority of the parent line of a multi-level IRQ. | |
NXP IRQSTEER interrupt aggregator driver API.
| void nxp_irqstr_irq_disable | ( | uint32_t | irq | ) |
Disable a multi-level IRQ line.
| irq | Multi-level encoded IRQ number |
| void nxp_irqstr_irq_enable | ( | uint32_t | irq | ) |
Enable a multi-level IRQ line.
| irq | Multi-level encoded IRQ number |
| int nxp_irqstr_irq_is_enabled | ( | unsigned int | irq | ) |
Get the enable state of a multi-level IRQ line.
| irq | Multi-level encoded IRQ number |