📄 port.lis
字号:
.module port.c
.area text(rom, con, rel)
0000 .dbfile ./port.c
0000 .dbfunc e port_init _port_init fV
0000 _port_init::
0000 .dbline -1
0000 .dbline 89
0000 ; //--------------------------------------------------------------------------
0000 ; //
0000 ; // Filename: port.c
0000 ; //
0000 ; // Description:
0000 ; //
0000 ; /// \file
0000 ; /// This module provides a consistent drive interface. This is required
0000 ; /// when doing read-modify-writes on ports that have pull-ups or pull-downs
0000 ; /// on STDCPU pins.
0000 ; //
0000 ; //--------------------------------------------------------------------------
0000 ; // $Archive: /WiredUSB/Wired USB Kits/CY4623 - Mouse RDK/DocSrc/CD_Root/Firmware/CY4623/port.c $
0000 ; // $Modtime: 6/13/05 9:21a $
0000 ; // $Revision: 7 $
0000 ; //--------------------------------------------------------------------------
0000 ; //
0000 ; // Copyright 2003-2005, Cypress Semiconductor Corporation.
0000 ; //
0000 ; // This software is owned by Cypress Semiconductor Corporation (Cypress)
0000 ; // and is protected by and subject to worldwide patent protection (United
0000 ; // States and foreign), United States copyright laws and international
0000 ; // treaty provisions. Cypress hereby grants to licensee a personal,
0000 ; // non-exclusive, non-transferable license to copy, use, modify, create
0000 ; // derivative works of, and compile the Cypress Source Code and derivative
0000 ; // works for the sole purpose of creating custom software in support of
0000 ; // licensee product to be used only in conjunction with a Cypress integrated
0000 ; // circuit as specified in the applicable agreement. Any reproduction,
0000 ; // modification, translation, compilation, or representation of this
0000 ; // software except as specified above is prohibited without the express
0000 ; // written permission of Cypress.
0000 ; //
0000 ; // Disclaimer: CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
0000 ; // WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
0000 ; // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
0000 ; // Cypress reserves the right to make changes without further notice to the
0000 ; // materials described herein. Cypress does not assume any liability arising
0000 ; // out of the application or use of any product or circuit described herein.
0000 ; // Cypress does not authorize its products for use as critical components in
0000 ; // life-support systems where a malfunction or failure may reasonably be
0000 ; // expected to result in significant injury to the user. The inclusion of
0000 ; // Cypress
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -