irq.s

来自「at91rm9200 的rom程序」· S 代码 · 共 31 行

S
31
字号
;------------------------------------------------------------------------------
;-         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 + =
减小字号Ctrl + -
显示快捷键?