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

📄 ccid.h

📁 基于ST ARM处理器的USB通信的演示
💻 H
字号:
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name          : ccid.h
* Author             : MCD Application Team
* Date First Issued  : 05/13/2007
* Description        : This file contains all the functions prototypes for the
*                      TIM software library.
********************************************************************************
* History:
*  13/01/2006 : V3.1
*  24/05/2005 : V3.0
*  30/11/2004 : V2.0
*  14/07/2004 : V1.3
*  01/01/2004 : V1.2
*******************************************************************************
 THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH
 CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
 AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT
 OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT
*******************************************************************************/
/*==============================================================================
p1.0 P1.1 P1.2 P1.3 P1.4 P1.5 P1.6 P1.7   P1.8         P1.9    P1.10  P1.11 P1.12 P1.13 P1.14 P1.15
   |    |    |    |    |    |    |    |    |           |        |
  D0    D1   D2   D3   D4   D5   D6   D7   DATA_CLK    EN2      EN

===============================================================================*/


#define PC_to_RDR_IccPowerOn      0x62
#define PC_to_RDR_IccPowerOff     0x63
#define PC_to_RDR_GetSlotStatus   0x65
#define PC_to_RDR_XfrBlock        0x6F
#define PC_to_RDR_GetParameters   0x6C
#define PC_to_RDR_ResetParameters 0x6D
#define PC_to_RDR_SetParameters   0x61
#define PC_to_RDR_Escape          0x6B
#define PC_to_RDR_IccClock        0x6E
#define PC_to_RDR_T0APDU          0x6A
#define PC_to_RDR_Secure          0x69
#define PC_to_RDR_Mechanical      0x71
#define PC_to_RDR_Abort           0x72
#define PC_to_RDR_SetDataRateAndClockFrequency      0x73


#define RDR_to_PC_DataBlock       0x80
#define RDR_to_PC_SlotStatus      0x81
#define RDR_to_PC_Parameters      0x82
#define RDR_to_PC_Escape          0x83
#define RDR_to_PC_DataRateAndClockFrequency  0x84

⌨️ 快捷键说明

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