amisr_acif.src

来自「Wince4.2 BSP for SH4 engineering develop」· SRC 代码 · 共 47 行

SRC
47
字号

;
;       Copyright (c) Renesas Technology Corp. 2001-2003  All Rights Reserved.
;
;       OEM Adaptation Layer
;
; ----------------------------------------------------------------------------
;
;   FILE      : AMISR_ACIF.SRC
;   CREATED   : 2001. 7. 5
;   MODIFIED  : 2003.08.06
;   AUTHOR    : Renesas Technology Corp.
;   HARDWARE  : RENESAS US7751-HRP1xC (BigSur with HD64404, ITS-DS2A),
;               RENESAS HS7751RSTC01H (S1-E, ITS-DS5)
;   TARGET OS : Microsoft(R) Windows(R) CE .NET 4.2
;   NOTES     : 
;   FUNCTION  : Interrupt service routine for HD64404 Audio Codec I/F
;   HISTORY   :
;               2001. 7. 5
;               - Initially created.
;               2002. 1.10
;               - Companion chip include file is renamed to "HD64404.INC".
;               2002. 5.30
;               - Changed to include platform-independent platform include
;                file "PLATFORM.INC".
;               2002. 9. 9
;               - Header style is changed and file information is added.
;               - Filename is changed to "AMISR_ACIF.SRC". ("97" -> "IF")
;				2002. 9.26
;				- Released


;   Currently the interrupt request of the ACIF module itself is not used.
;   Data transfer is handled by DMAC ISR.

    .include "kxshx.h"
    .include "oalintr.inc"
    .include "platform.inc"
    .include "hd64404.inc"

    LEAF_ENTRY HD64404_ACIFISR
    rts
    mov     #SYSINTR_NOP, r0
    ENTRY_END

    .end

⌨️ 快捷键说明

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