📄 irq.s
字号:
;------------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;------------------------------------------------------------------------------
; The software is delivered "AS IS" without warranty or condition of any
; kind, either express, implied or statutory. This includes without
; limitation any warranty or condition with respect to merchantability or
; fitness for any particular purpose, or against the infringements of
; intellectual property rights of others.
;------------------------------------------------------------------------------
;- File source : usb_irq.mac
;- Object : Assembler usb Interrupt Handler Macro
;-
;- 1.0 HI : Creation
;------------------------------------------------------------------------------
AREA reset, CODE, READONLY
INCLUDE appli/asm/wrapper_irq.mac
;------------------------------------------------------------------------------
;- Function : usb_irq
;- Treatments : usb Interrupt Handler
;- Operations :
;------------------------------------------------------------------------------
AT91_ASM_HANDLER usb_c_handler, usb_asm_handler
AT91_ASM_HANDLER irq1_c_handler, irq1_asm_handler
AT91_ASM_HANDLER spi_c_handler, AT91F_spi_asm_handler
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -