?? timer.s
字號(hào):
.module timer.c
.area text(rom, con, rel)
.dbfile ./timer.c
.dbfunc e MSTIMER_ISR _MSTIMER_ISR fV
_MSTIMER_ISR::
.dbline -1
.dbline 132
; //--------------------------------------------------------------------------
; //
; // Filename: timer.c
; //
; // Description:
; //
; /// \file
; /// This module provides a timer interface for general purpose timing
; /// requirements.
; //
; //--------------------------------------------------------------------------
; // $Archive: /WiredUSB/Wired USB Kits/CY4623 - Mouse RDK/DocSrc/CD_Root/Firmware/CY4623/timer.c $
; // $Modtime: 10/26/05 9:03a $
; // $Revision: 8 $
; //--------------------------------------------------------------------------
; //
; // Copyright 2003-2005, Cypress Semiconductor Corporation.
; //
; // This software is owned by Cypress Semiconductor Corporation (Cypress)
; // and is protected by and subject to worldwide patent protection (United
; // States and foreign), United States copyright laws and international
; // treaty provisions. Cypress hereby grants to licensee a personal,
; // non-exclusive, non-transferable license to copy, use, modify, create
; // derivative works of, and compile the Cypress Source Code and derivative
; // works for the sole purpose of creating custom software in support of
; // licensee product to be used only in conjunction with a Cypress integrated
; // circuit as specified in the applicable agreement. Any reproduction,
; // modification, translation, compilation, or representation of this
; // software except as specified above is prohibited without the express
; // written permission of Cypress.
; //
; // Disclaimer: CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
; // WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
; // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
; // Cypress reserves the right to make changes without further notice to the
; // materials described herein. Cypress does not assume any liability arising
; // out of the application or use of any product or circuit described herein.
; // Cypress does not authorize its products for use as critical components in
; // life-support systems where a malfunction or failure may reasonably be
; // expected to result in significant injury to the user. The inclusion of
; // Cypress
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -