📄 prd_iso14443b_commands.i
字号:
#line 1 "..\..\..\..\LIB\PicoRead\u03\Level_2\ISO14443B\sources\PRD_ISO14443B_Commands.c" #line 1 "C:\DEV\TOOLS\KEIL\ARM\INC\STRING.H" #line 13 "C:\DEV\TOOLS\KEIL\ARM\INC\STRING.H" #line 15 "C:\DEV\TOOLS\KEIL\ARM\INC\STRING.H" typedef unsigned int size_t; extern unsigned char *strcat (unsigned char *s1, const unsigned char *s2); extern unsigned char *strncat (unsigned char *s1, const unsigned char *s2, unsigned int n); extern int strcmp (const unsigned char *s1, const unsigned char *s2); extern int strncmp (const unsigned char *s1, const unsigned char *s2, unsigned int n); extern unsigned char *strcpy (unsigned char *s1, const unsigned char *s2); extern unsigned char *strncpy (unsigned char *s1, const unsigned char *s2, unsigned int n); extern unsigned int strlen (const char *s); extern unsigned char *strchr (const unsigned char *s, char c); extern unsigned int strpos (const unsigned char *s, char c); extern unsigned char *strrchr (const unsigned char *s, char c); extern unsigned int strrpos (const unsigned char *s, char c); extern int strspn (const unsigned char *s, const unsigned char *set); extern int strcspn (const unsigned char *s, const unsigned char *set); extern unsigned char *strpbrk (const unsigned char *s, const unsigned char *set); extern unsigned char *strrpbrk (const unsigned char *s, const unsigned char *set); extern unsigned char *strstr (const unsigned char *s, const unsigned char *sub); extern int memcmp (const void *s1, const void *s2, unsigned int n); extern void *memcpy (void *s1, const void *s2, unsigned int n); extern void *memchr (void *s, unsigned char val, unsigned int n); extern void *memccpy (void *s1, const void *s2, char val, unsigned int n); extern void *memmove (void *s1, const void *s2, unsigned int n); extern void *memset (void *s, unsigned char val, unsigned int n); #line 56 "C:\DEV\TOOLS\KEIL\ARM\INC\STRING.H" #line 58 "C:\DEV\TOOLS\KEIL\ARM\INC\STRING.H" #line 43 "..\..\..\..\LIB\PicoRead\u03\Level_2\ISO14443B\sources\PRD_ISO14443B_Commands.c" #error *** ERROR C318 IN LINE 46 OF ..\..\..\..\LIB\PicoRead\u03\Level_2\ISO14443B\sources\PRD_ISO14443B_Commands.c: can't open file 'PRD_PicoReadRF_Pages_Parameters.h' #error *** ERROR C318 IN LINE 47 OF ..\..\..\..\LIB\PicoRead\u03\Level_2\ISO14443B\sources\PRD_ISO14443B_Commands.c: can't open file 'PRD_Config.h' #error *** ERROR C318 IN LINE 48 OF ..\..\..\..\LIB\PicoRead\u03\Level_2\ISO14443B\sources\PRD_ISO14443B_Commands.c: can't open file 'PRD_RF_Comm.h' #error *** ERROR C318 IN LINE 49 OF ..\..\..\..\LIB\PicoRead\u03\Level_2\ISO14443B\sources\PRD_ISO14443B_Commands.c: can't open file 'PRD_BufferExchange.h' #error *** ERROR C318 IN LINE 53 OF ..\..\..\..\LIB\PicoRead\u03\Level_2\ISO14443B\sources\PRD_ISO14443B_Commands.c: can't open file 'Target.H' #error *** ERROR C318 IN LINE 56 OF ..\..\..\..\LIB\PicoRead\u03\Level_2\ISO14443B\sources\PRD_ISO14443B_Commands.c: can't open file 'PRD_ISO14443B_Commands.h' #error *** ERROR C318 IN LINE 58 OF ..\..\..\..\LIB\PicoRead\u03\Level_2\ISO14443B\sources\PRD_ISO14443B_Commands.c: can't open file 'PRD_COMMON_Anticollision_Parameters.h' unsigned char b_fnSendReceiveHALTB(unsigned char* p_pabBuffer,StructReader* p_pStructReader) { unsigned char l_abBuffer[5]; unsigned char l_bStatus; l_abBuffer[0] = _ISOB_HALT; memcpy(&l_abBuffer[1],&p_pabBuffer[1],4); v_fnSendBuffer(_SENDCRC,5,0,&l_abBuffer[0],p_pStructReader); l_bStatus=b_fnReceiveBuffer(_CHECKCRC,&p_pabBuffer[0],p_pStructReader,&g_lDataBytesReceived,&g_bDataBitsReceived,&g_bPicoReadStatus,&g_bRFReceiveEOFB,&g_bBitsToReceive); return l_bStatus; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -