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

📄 cpuip.h

📁 嵌入式系统
💻 H
字号:
;/*-----------------------------------------------------------------------------
;@@@@
;@@@@ Copyright (c) 2000 Sharp Corporation All rights reserved.
;@@@@
;@@@@ (Summary)	: CPU IP Level definition
;@@@@
;@@@@ (Comment)	: 
;@@@@
;@@@@ (Author)	: K.Misaki  
;@@@@
;@@@@ (History)	: Date 		Modifier	Comment
;@@@@
;@@@@ (RCS ID)	: $Header$
;@@@@
;-----------------------------------------------------------------------------*/
;******************************************************************************
; CPU Mode Bit
;******************************************************************************
APD_CPU_Mode_USR	EQU 	0x10
APD_CPU_Mode_FIQ    	EQU 	0x11
APD_CPU_Mode_IRQ    	EQU	0x12
APD_CPU_Mode_SVC   	EQU	0x13
APD_CPU_Mode_ABT   	EQU	0x17
APD_CPU_Mode_UND    	EQU	0x1B
APD_CPU_Mode_SYS    	EQU	0x1F

;******************************************************************************
; CPU FIQ Bit
;******************************************************************************
APD_CPU_I_Bit		EQU	0x80
APD_CPU_F_Bit		EQU 	0x40

	END

⌨️ 快捷键说明

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