12#ifndef ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_THEJAS32_H_
13#define ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_THEJAS32_H_
int thejas32_intc_irq_is_enabled(uint32_t irq)
Check if an interrupt source is enabled.
void thejas32_intc_irq_enable(uint32_t irq)
Enable an interrupt source.
void thejas32_intc_irq_disable(uint32_t irq)
Disable an interrupt source.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90