cpuip.h
来自「嵌入式系统」· C头文件 代码 · 共 34 行
H
34 行
;/*-----------------------------------------------------------------------------
;@@@@
;@@@@ 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 + =
减小字号Ctrl + -
显示快捷键?