|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Driver for the C-DAC THEJAS32 interrupt controller. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | thejas32_intc_irq_enable (uint32_t irq) |
| Enable an interrupt source. | |
| void | thejas32_intc_irq_disable (uint32_t irq) |
| Disable an interrupt source. | |
| int | thejas32_intc_irq_is_enabled (uint32_t irq) |
| Check if an interrupt source is enabled. | |
Driver for the C-DAC THEJAS32 interrupt controller.
| void thejas32_intc_irq_disable | ( | uint32_t | irq | ) |
Disable an interrupt source.
| irq | Multi-level encoded interrupt ID |
| void thejas32_intc_irq_enable | ( | uint32_t | irq | ) |
Enable an interrupt source.
| irq | Multi-level encoded interrupt ID |
| int thejas32_intc_irq_is_enabled | ( | uint32_t | irq | ) |
Check if an interrupt source is enabled.
| irq | Multi-level encoded interrupt ID |