📄 timerisr.src
字号:
;
; 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -