⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iis.h

📁 Audio codec--TLV320AIC31 裸测代码
💻 H
字号:
// IIS Controller registers
#define IIS_BASE        0x2003a000
#define IIS_CR0      	((volatile int *)(IIS_BASE + 0x000))
#define IIS_CR1      	((volatile int *)(IIS_BASE + 0x004))
#define IIS_SDR        	((volatile int *)(IIS_BASE + 0x008))
#define IIS_SSR       	((volatile int *)(IIS_BASE + 0x00C))
#define IIS_CPSR        ((volatile int *)(IIS_BASE + 0x010))
#define IIS_IMSC     	((volatile int *)(IIS_BASE + 0x014))
#define IIS_RIS      	((volatile int *)(IIS_BASE + 0x018))
#define IIS_MIS        	((volatile int *)(IIS_BASE + 0x01C))
#define IIS_ICR       	((volatile int *)(IIS_BASE + 0x020))
#define IIS_DMACR       ((volatile int *)(IIS_BASE + 0x024))

#define PIN        	    ((volatile int *)(0x20020000+0x10c))

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -