timerisr.src

来自「WinCE5.0BSP for Renesas SH7770」· SRC 代码 · 共 60 行

SRC
60
字号
;
;   Copyright(C) Renesas Technology Corp. 2004. All rights reserved.
;
;   NK Kernel for ITS-DS7
;
;   FILE      : timerisr.src
;   CREATED   : 2004.09.01
;   MODIFIED  : 2004.10.12
;   AUTHOR    : Renesas Technology Corp.
;   HARDWARE  : RENESAS ITS-DS7
;   HISTORY   : 
;               2004.09.01
;               - Created release code.
;                 (based on RENESAS ASPEN for WCE5.0)
;               2004.10.12
;               - Deleted SHxTimer2ISR.

;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to use
; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
; install media.
;
; Module Name:
;
;   timerisr.src
;
; Abstract:
;
;   This module implements the assembly necessary to handle SHx tiemr interrupt and
;   Kernel interface routines. The standard SHx TMU is used for the implementation
;
; 
;
        .list OFF
        .include "kxshx.h"
        .list ON

;-------------------------------------------------------------------------------
; ShxEnterIdle:
;    Put CPU into sleep mode, wakeup on any interrupt
;-------------------------------------------------------------------------------

        LEAF_ENTRY _SHxEnterIdle

        sleep
        rts
        nop
        
        ENTRY_END _SHxEnterIdle



        .end

⌨️ 快捷键说明

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