Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
intc_mchp_aic_g1.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2025-2026 Microchip Technology Inc. and its subsidiaries
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
11
12#ifndef ZEPHYR_DRIVERS_INTC_MCHP_AIC_G1_H_
13#define ZEPHYR_DRIVERS_INTC_MCHP_AIC_G1_H_
14
20unsigned int z_aic_irq_get_active(void);
21
27void z_aic_irq_eoi(unsigned int irq);
28
32void z_aic_irq_init(void);
33
41void z_aic_irq_priority_set(unsigned int irq, unsigned int prio, unsigned int flags);
42
48void z_aic_irq_enable(unsigned int irq);
49
55void z_aic_irq_disable(unsigned int irq);
56
65int z_aic_irq_is_enabled(unsigned int irq);
66
67#endif /* ZEPHYR_DRIVERS_INTC_MCHP_AIC_G1_H_ */
flags
Definition parser.h:97