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
20
unsigned
int
z_aic_irq_get_active(
void
);
21
27
void
z_aic_irq_eoi(
unsigned
int
irq);
28
32
void
z_aic_irq_init(
void
);
33
41
void
z_aic_irq_priority_set(
unsigned
int
irq,
unsigned
int
prio,
unsigned
int
flags
);
42
48
void
z_aic_irq_enable(
unsigned
int
irq);
49
55
void
z_aic_irq_disable(
unsigned
int
irq);
56
65
int
z_aic_irq_is_enabled(
unsigned
int
irq);
66
67
#endif
/* ZEPHYR_DRIVERS_INTC_MCHP_AIC_G1_H_ */
flags
flags
Definition
parser.h:97
zephyr
drivers
interrupt_controller
intc_mchp_aic_g1.h
Generated on
for Zephyr API Documentation by
1.16.1