代码搜索:PSAM
找到约 34 项符合「PSAM」的源代码
代码结果 34
www.eeworm.com/read/416559/11020705
h psam.h
/*
**--------------文件信息------------------------------------------------------------------
**文 件 名: PSAM.h
**创 建 人: 李功周
**最后修改日期: 2008年9月9日
**描 述: 51内核7816驱动程序,KEIL C 编译
**
**----
www.eeworm.com/read/416559/11020706
c psam.c
/*
**--------------文件信息------------------------------------------------------------------
**文 件 名: PSAM.c
**创 建 人: 李功周
**最后修改日期: 2008年9月9日
**描 述: 51内核7816驱动程序,KEIL C 编译
**
**----
www.eeworm.com/read/141148/13035497
c psam.c
#include
#include
#include "string.h"
#include "stdio.h"
unsigned char ResetResponse(unsigned char *ptr, unsigned char *len)
{
ICC_interface_power(ICC_POWER_ON);
ICC_sel
www.eeworm.com/read/141148/13035504
o psam.o
www.eeworm.com/read/141145/13035684
c psam.c
#include
#include
#include "string.h"
#include "stdio.h"
unsigned char ResetResponse(unsigned char *ptr, unsigned char *len)
{
ICC_interface_power(ICC_POWER_ON);
ICC_sel
www.eeworm.com/read/141145/13035694
o psam.o
www.eeworm.com/read/141144/13035845
c psam.c
#include
#include
#include "string.h"
#include "stdio.h"
unsigned char CloseSAMCard()
{
ICC_interface_power(ICC_POWER_OFF);
}
unsigned char ResetResponse(unsigned ch
www.eeworm.com/read/141144/13035848