Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rts5817_intc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Realtek Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_RTS5817_INTC_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_RTS5817_INTC_H_
15
33
34#define IRQ_NUM_SIE 0
35#define IRQ_NUM_MC 1
36#define IRQ_NUM_SENSOR_SPI 4
37#define IRQ_NUM_SPI_MASTER 5
38#define IRQ_NUM_AES 6
39#define IRQ_NUM_SHA 7
40#define IRQ_NUM_GPIO 11
41#define IRQ_NUM_SP_GPIO 12
42#define IRQ_NUM_UART0 15
43#define IRQ_NUM_UART1 16
44#define IRQ_NUM_SPI_SLAVE 23
45
47
48#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_RTS5817_INTC_H_ */