Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
intc_thejas32.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Anuj Deshpande
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
11
12#ifndef ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_THEJAS32_H_
13#define ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_THEJAS32_H_
14
15#include <stdint.h>
16
23
30
38
39#endif /* 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