mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
25 lines
547 B
C
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
|