資源簡介
手機(jī)類驅(qū)動,驅(qū)動sim卡。C語言程序。
符合ISO7816標(biāo)準(zhǔn)。
代碼片段和文件信息
/*
FILE_NAME:??????????sim_dirver.c
TARGET:??????????????ARM
OWENER:?????????????Wen?Donghan
COMPLETE?TIME:??2009-01-18
*/
/*******************************************************************************************************/
//#include??//Interfacese?commmands
#include?“sim_driver.h“?//Interfacese?commmands
cyg_thread?thread_data;
cyg_handle_t?thread_handle;
cyg_thread?thread_data_b;
cyg_handle_t?thread_handle_b;
unsigned?char?stack[CYGNUM_HAL_STACK_SIZE_TYPICAL];
unsigned?char?stack_b[CYGNUM_HAL_STACK_SIZE_TYPICAL];
cyg_io_handle_t?handle;
static?unsigned?char?sim_atr_TS;???
static?unsigned?char?sim_rx_buf[?SIM_RX_BUFSIZE?];??//?rx?ring?buffer????
int?sim_rx_head?sim_rx_tail;???
static?unsigned?char?sim_rx_data;???
static?unsigned?char?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄??????????0??2014-04-21?22:00??sim_driver?ME?操作?SIM
?????文件?????116450??2009-07-01?13:52??sim_driver?ME?操作?SIM\sim_driver.c
?????文件???????7862??2009-06-30?15:45??sim_driver?ME?操作?SIM\sim_driver.h
-----------?---------??----------?-----??----
???????????????124312????????????????????3
評論
共有 條評論