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

📄 prd_config.i

📁 读RF卡的源代码
💻 I
字号:
#line 1 "..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c"                                             #line 1 "C:\DEV\TOOLS\KEIL\ARM\INC\STDIO.H"       #line 13 "C:\DEV\TOOLS\KEIL\ARM\INC\STDIO.H"   #line 15 "C:\DEV\TOOLS\KEIL\ARM\INC\STDIO.H"             typedef unsigned int size_t;   extern int  _getkey  (void); extern int  getchar  (void); extern int  ungetchar(int  c); extern int  putchar  (int  c); extern int  printf   (const char *fmt, ...);  extern char *gets    (char *s, unsigned int n); extern int  scanf    (const char *fmt, ...); extern int  vprintf  (const char *fmt, char *parm); extern int  puts     (const char *s); extern int  sprintf  (char *buf, const char *fmt, ...); extern int  vsprintf (char *buf, const char *fmt, char *parm); extern int  sscanf   (const char *buf, const char *fmt, ...);  #line 43 "C:\DEV\TOOLS\KEIL\ARM\INC\STDIO.H"   #line 45 "C:\DEV\TOOLS\KEIL\ARM\INC\STDIO.H"    #line 43 "..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c"     #error *** ERROR C318 IN LINE 46 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'Defines_C.h'   #error *** ERROR C318 IN LINE 49 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'Target.h'   #error *** ERROR C318 IN LINE 52 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_PicoReadRF_Pages_Parameters.h' #error *** ERROR C318 IN LINE 53 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_Config.h' StructReader    g_sPicoReadStructReader;   #error *** ERROR C318 IN LINE 57 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_RF_Comm.h'  #error *** ERROR C318 IN LINE 59 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_Protocols_Defines.h'     #error *** ERROR C318 IN LINE 64 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_COMMON_Anticollision_Parameters.h'    #error *** ERROR C318 IN LINE 68 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO14443A_Anticollision_Parameters.h' #error *** ERROR C318 IN LINE 69 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO14443A_Anticollision_Default_Parameters.h'  #error *** ERROR C318 IN LINE 71 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO14443B_Anticollision_Parameters.h' #error *** ERROR C318 IN LINE 72 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO14443B_Anticollision_Default_Parameters.h'  #error *** ERROR C318 IN LINE 74 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO15693_Anticollision_Parameters.h' #error *** ERROR C318 IN LINE 75 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO15693_Anticollision_Default_Parameters.h'  #error *** ERROR C318 IN LINE 77 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_PicoPass_Anticollision_Parameters.h' #error *** ERROR C318 IN LINE 78 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_PicoPass_Anticollision_Default_Parameters.h'  #error *** ERROR C318 IN LINE 80 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_TypeC_18092_Anticollision_Parameters.h' #error *** ERROR C318 IN LINE 81 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_TypeC_18092_Anticollision_Default_Parameters.h'               void v_fnGetConfigAnalog(unsigned char* p_abPage6) {  v_fnCS_reset(); v_fnSPI_SendByte(P0_REG_NO_RST | P0_PAGE_SELECT_6 | P0_RFON); v_fnSPI_SendByte(p_abPage6[0]); v_fnSPI_SendByte(p_abPage6[1]); v_fnSPI_SendByte(p_abPage6[2]); v_fnSPI_SendByte(p_abPage6[3]); v_fnSPI_SendByte(p_abPage6[4]); v_fnSPI_SendByte(p_abPage6[5]); v_fnSPI_SendByte(p_abPage6[6]); v_fnSPI_SendByte(p_abPage6[7]); }

⌨️ 快捷键说明

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