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

📄 paypass_init.lst

📁 读RF卡的源代码
💻 LST
字号:
ARM COMPILER V2.40e,  PayPass_Init                                                         12/12/07  14:35:11  PAGE 1   


ARM COMPILER V2.40e, COMPILATION OF MODULE PayPass_Init
OBJECT MODULE PLACED IN .\PayPass_Init.obj
COMPILER INVOKED BY: C:\DEV\Tools\Keil\ARM\BIN\CA.exe ..\GENERIC\PicoRead Configuration\sources\PayPass_Init.c THUMB DEB
                    -UG PRINT(.\LISTING\PAYPASS_INIT.LST) TABS(4) PREPRINT(.\LISTING\PAYPASS_INIT.I) OBJECT(.\PayPass_Init.obj) 

stmt  level    source

    1          //=============================================================================
    2          //                  Copyright (C) INSIDE Technologies 1998-2005
    3          //
    4          // INSIDE Contactless reserves the right to make changes, without notice,
    5          // to any product (including application note) herein to improve
    6          // reliability, functionality, or design. INSIDE Contactless advises its
    7          // customers to obtain the latest version of device data sheets to verify,
    8          // before placing orders, that the information being relied upon by the
    9          // customer is current.
   10          //
   11          // INSIDE Contactless makes no warranty that the use will not infringe any
   12          // third party patent, copyright or trademark.
   13          //
   14          // Information furnished by INSIDE Contactless is believed to be accurate
   15          // and reliable. However, INSIDE Contactless does not assume any liability
   16          // resulting from the application or use of any product described within.
   17          //
   18          // All rights are reserved. Reproduction in whole or in part is prohibited
   19          // without the written consent of the copyright owner.
   20          //
   21          //      Bat 11a,
   22          //      Parc Club du Golf,
   23          //      Z.A.C. du Pichaury                      Tel :   +33 (0)4.42.39.33.00
   24          //      13856 Aix-en-Provence Cedex 3           Fax :   +33 (0)4.42.39.63.19
   25          //      FRANCE                                  Email : info@insidefr.com
   26          //
   27          //-----------------------------------------------------------------------------
   28          // Project Code : PAYPASS TTAL1
   29          // Project Name : PAYPASS TTAL1
   30          // Module Name  : PayPAss_Init.c
   31          // Platform dev : Keil 礦ision 3 (IDE ) + Keil ARM Compiler
   32          // Target       : LPC2103 (ARM7TDMI Core)
   33          // Language     : C ANSI
   34          // Revision     : 1.0
   35          // Description  : PicoRead Configuration functions for PayPass according to the DEVICE
   36          //=============================================================================
   37          // When     Who Ver     What
   38          // 06-09-12 FPK 1.0     creation
   39          //=============================================================================
   40          
   41          
   42          #include "PayPass_Main_Defines.h"
*** ERROR C318 IN LINE 42 OF ..\GENERIC\PicoRead Configuration\sources\PayPass_Init.c: can't open file 'PayPass_Main_Def
             -ines.h'
   43          #include "PayPass_Init.h"
*** ERROR C318 IN LINE 43 OF ..\GENERIC\PicoRead Configuration\sources\PayPass_Init.c: can't open file 'PayPass_Init.h'
   44          
   45          unsigned char   g_bProtocol;
   46          
   47          
   48          //------------------------------------------------------------------------
   49          // Function : v_fnPayPassInit()
   50          //------------------------------------------------------------------------
   51          // Description : Main code for the stand alone application
   52          //
   53          // IN       :   - none -
   54          // OUT      :   - none -
   55          // RETURN   :   - none -
ARM COMPILER V2.40e,  PayPass_Init                                                         12/12/07  14:35:11  PAGE 2   

   56          //
   57          // Notes    :   You can modify default configuration here
   58          //
   59          //
   60          //------------------------------------------------------------------------
   61          
   62          #if((defined TERMINAL_I3070) || (defined DEVICE_INSIDE_LPC-P2103_DEVBRD))
               
               void v_fnPayPassInit(void)
               {
                   v_fnInitRegsAndPorts();
                   
                   g_bRFReceiveEOFA=0;
                   g_bRFReceiveEOFB=1;
                   g_bBitsToReceive=0;
                  
                   // Initialize IO mode and state, peripherals and ports configuration
               
                   
                   // DEFAULT READER PAGE 6 CONFIGURATION for 14443-A Protocol (COULD BE MODIFIED)
                   // Refer to 揚RD_PicoReadRF_Pages_Parameters.h

⌨️ 快捷键说明

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