amisr_most.src

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

SRC
45
字号

;
;       Copyright (c) Renesas Technology Corp. 2001-2003 All Rights Reserved.
;
;       OEM Adaptation Layer
;
; ----------------------------------------------------------------------------
;
;   FILE      : AMISR_MOST.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 MOST controller I/F
;   HISTORY   :
;               2001. 7. 5
;               - Initially created.
;               2002. 1.10
;               - Device 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.
;				2002. 9.26
;				- Released


;   Currently MOST controller interface module ISR is not implemented.

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

    LEAF_ENTRY HD64404_MOSTISR
    rts
    mov     #SYSINTR_NOP, r0
    ENTRY_END

    .end

⌨️ 快捷键说明

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