mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
54 lines
1.1 KiB
C
54 lines
1.1 KiB
C
|
|
/*
|
||
|
|
* Copyright (c) 2022, Artinchip Technology Co., Ltd
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __AIC_RESET_ID_H__
|
||
|
|
#define __AIC_RESET_ID_H__
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#define RESET_DMA 0
|
||
|
|
#define RESET_DCE 1
|
||
|
|
#define RESET_XSPI 6
|
||
|
|
#define RESET_QSPI0 7
|
||
|
|
#define RESET_QSPI1 8
|
||
|
|
#define RESET_SDMMC0 11
|
||
|
|
#define RESET_SDMMC1 12
|
||
|
|
#define RESET_SYSCFG 13
|
||
|
|
#define RESET_SPIENC 15
|
||
|
|
#define RESET_CODEC 17
|
||
|
|
#define RESET_RGB 18
|
||
|
|
#define RESET_DE 21
|
||
|
|
#define RESET_GE 22
|
||
|
|
#define RESET_VE 23
|
||
|
|
#define RESET_WDT 24
|
||
|
|
#define RESET_SID 25
|
||
|
|
#define RESET_GTC 26
|
||
|
|
#define RESET_GPIO 27
|
||
|
|
#define RESET_UART0 28
|
||
|
|
#define RESET_UART1 29
|
||
|
|
#define RESET_UART2 30
|
||
|
|
#define RESET_UART3 31
|
||
|
|
#define RESET_I2C0 36
|
||
|
|
#define RESET_I2C1 37
|
||
|
|
#define RESET_CAN0 39
|
||
|
|
#define RESET_CAN1 40
|
||
|
|
#define RESET_PWM 41
|
||
|
|
#define RESET_ADCIM 42
|
||
|
|
#define RESET_GPAI 43
|
||
|
|
#define RESET_RTP 44
|
||
|
|
#define RESET_TSEN 45
|
||
|
|
#define RESET_CIR 46
|
||
|
|
#define RESET_MTOP 48
|
||
|
|
#define RESET_NUMBER 49
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /* __AIC_RESET_ID_H__ */
|