Zephyr API Documentation 4.3.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
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_RTS5817_INTC_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_RTS5817_INTC_H_
9
10#define IRQ_NUM_SIE 0
11#define IRQ_NUM_MC 1
12#define IRQ_NUM_SENSOR_SPI 4
13#define IRQ_NUM_SPI_MASTER 5
14#define IRQ_NUM_AES 6
15#define IRQ_NUM_SHA 7
16#define IRQ_NUM_GPIO 11
17#define IRQ_NUM_SP_GPIO 12
18#define IRQ_NUM_UART0 15
19#define IRQ_NUM_UART1 16
20#define IRQ_NUM_SPI_SLAVE 23
21
22#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_RTS5817_INTC_H_ */