⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 isr.lis

📁 Cypress cy7c63318 鼠标开发板的源代码
💻 LIS
字号:
                        .module isr.c
                        .area text(rom, con, rel)
 0000                   .dbfile ./isr.c
 0000                   .dbfunc e isr_enable _isr_enable fV
 0000           ;            isr -> X-4
 0000           _isr_enable::
 0000                   .dbline -1
 0000 10                push X
 0001 4F                mov X,SP
 0002                   .dbline 108
 0002                   .dbline 109
 0002 5100              mov A,[_enabled_isrs]
 0004 2BFC              or A,[X-4]
 0006 5300              mov [_enabled_isrs],A
 0008                   .dbline 111
 0008 3DFC02            cmp [X-4],2
 000B B00A              jnz L3
 000D                   .dbline 112
 000D                   .dbline 114
 000D 430B60            or REG[0xb],96
 0010                   .dbline 115
 0010 430C60            or REG[0xc],96
 0013                   .dbline 117
 0013 43E010            or REG[0xe0],16
 0016                   .dbline 118
 0016           L3:
 0016                   .dbline -2
 0016                   .dbline 119
 0016           ; //--------------------------------------------------------------------------
 0016           ; //
 0016           ; /// Filename: isr.c
 0016           ; //
 0016           ; // Description:
 0016           ; // \file
 0016           ; /// This module provides a mechanism to manage multiple GPIO interrupt 
 0016           ; /// sources.
 0016           ; //
 0016           ; //--------------------------------------------------------------------------
 0016           ; // $Archive: /WiredUSB/Wired USB Kits/CY4623 - Mouse RDK/DocSrc/CD_Root/Firmware/CY4623/isr.c $
 0016           ; // $Modtime: 6/13/05 9:21a $
 0016           ; // $Revision: 8 $
 0016           ; //--------------------------------------------------------------------------
 0016           ; //
 0016           ; // Copyright 2003-2004, Cypress Semiconductor Corporation.
 0016           ; //
 0016           ; // This software is owned by Cypress Semiconductor Corporation (Cypress)
 0016           ; // and is protected by and subject to worldwide patent protection (United
 0016           ; // States and foreign), United States copyright laws and international
 0016           ; // treaty provisions. Cypress hereby grants to licensee a personal,
 0016           ; // non-exclusive, non-transferable license to copy, use, modify, create
 0016           ; // derivative works of, and compile the Cypress Source Code and derivative
 0016           ; // works for the sole purpose of creating custom software in support of
 0016           ; // licensee product to be used only in conjunction with a Cypress integrated
 0016           ; // circuit as specified in the applicable agreement. Any reproduction,
 0016           ; // modification, translation, compilation, or representation of this
 0016           ; // software except as specified above is prohibited without the express
 0016           ; // written permission of Cypress.
 0016           ; //
 0016           ; // Disclaimer: CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 0016           ; // WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 0016           ; // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 0016           ; // Cypress reserves the right to make changes without further notice to the
 0016           ; // materials described herein. Cypress does not assume any liability arising
 0016           ; // out of the application or use of any product or circuit described herein.
 0016           ; // Cypress does not authorize its products for use as critical components in
 0016           ; // life-support systems where a malfunction or failure may reasonably be
 0016           ; // expected to result in significant injury to the user. The inclusion of
 0016           ; // Cypress

⌨️ 快捷键说明

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