Files
luban-lite-t3e-pro/bsp/artinchip/sys/d12x/include/aic_dma_id.h
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

25 lines
547 B
C

/*
* Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __ARTINCHIP_DMA_ID_H_
#define __ARTINCHIP_DMA_ID_H_
#define DMA_ID_SRAM 0
#define DMA_ID_DRAM 0
#define DMA_ID_XIP 0
#define DMA_ID_SPI0 10
#define DMA_ID_SPI1 11
#define DMA_ID_AUDIO_DMIC 14
#define DMA_ID_UART0 16
#define DMA_ID_UART1 17
#define DMA_ID_UART2 18
#define DMA_ID_UART3 19
#define DMA_ID_XSPI 24
#define AIC_DMA_PORTS 25
#endif