📄 mouse.lis
字号:
.module mouse.c
.area data(ram, con, rel)
0000 _is_ps2::
0000 .blkb 1
.area idata
0000 01 .byte 1
.area data(ram, con, rel)
0000 .dbfile ./mouse.c
0000 .dbsym e is_ps2 _is_ps2 c
0000 _shouldSuspend::
0000 .blkb 1
.area idata
0001 00 .byte 0
.area data(ram, con, rel)
0000 .dbfile ./mouse.c
0000 .dbsym e shouldSuspend _shouldSuspend c
.area text(rom, con, rel)
0000 .dbfile ./mouse.c
0000 .dbfunc e main _main fV
0000 ; i -> X+0
0000 _main::
0000 .dbline -1
0000 10 push X
0001 4F mov X,SP
0002 3802 add SP,2
0004 .dbline 142
0004 ; //--------------------------------------------------------------------------
0004 ; //
0004 ; // Filename mouse.c
0004 ; //
0004 ; // Description:
0004 ; //
0004 ; /// \file
0004 ; /// This module provides the main entry point and routines to assist with
0004 ; /// mouse initialization, USB suspend/resume, scanning the buttons and optical
0004 ; /// sensor, and sending mouse reportes.
0004 ; //
0004 ; //--------------------------------------------------------------------------
0004 ; // $Archive: /WiredUSB/Wired USB Kits/CY4623 - Mouse RDK/DocSrc/CD_Root/Firmware/CY4623/mouse.c $
0004 ; // $Modtime: 8/12/05 9:50a $
0004 ; // $Revision: 8 $
0004 ; //--------------------------------------------------------------------------
0004 ; //
0004 ; // Copyright 2003-2005, Cypress Semiconductor Corporation.
0004 ; //
0004 ; // This software is owned by Cypress Semiconductor Corporation (Cypress)
0004 ; // and is protected by and subject to worldwide patent protection (United
0004 ; // States and foreign), United States copyright laws and international
0004 ; // treaty provisions. Cypress hereby grants to licensee a personal,
0004 ; // non-exclusive, non-transferable license to copy, use, modify, create
0004 ; // derivative works of, and compile the Cypress Source Code and derivative
0004 ; // works for the sole purpose of creating custom software in support of
0004 ; // licensee product to be used only in conjunction with a Cypress integrated
0004 ; // circuit as specified in the applicable agreement. Any reproduction,
0004 ; // modification, translation, compilation, or representation of this
0004 ; // software except as specified above is prohibited without the express
0004 ; // written permission of Cypress.
0004 ; //
0004 ; // Disclaimer: CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
0004 ; // WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
0004 ; // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
0004 ; // Cypress reserves the right to make changes without further notice to the
0004 ; // materials described herein. Cypress does not assume any liability arising
0004 ; // out of the application or use of any product or circuit described herein.
0004 ; // Cypress does not authorize its products for use as critical components in
0004 ; // life-support systems where a malfunction or failure may reasonably be
0004 ; // expected to result in significant injury to the user. The inclusion of
0004 ; // Cypress
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -