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

📄 st2410a.searchresults

📁 s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select
💻 SEARCHRESULTS
字号:
---- printf 匹配 (233 in 3 文件) ----
2410iis.c:    printf("[ IIS test (Play) using UDA1341 CODEC ]\n");
2410iis.c:	printf("\nFile length = %d, Address = 0x%x\n", size-10, Buf);
2410iis.c:	printf("Sample Size = %d\n",size);
2410iis.c:    printf("Sampling Frequency = %d Hz\n",fs);
2410iis.c://	printf("Press any key to play...\n");	       
2410iis.c://	printf("If you want to mute or no mute push the 'EIN0' key repeatedly\n");
2410iis.c:    printf("[ Record test using UDA1341 ]\n");
2410iis.c:    printf("Press any key to start record!!!\n");
2410iis.c:    printf("Recording...\n");
2410iis.c:    printf("End of Record!!!\n");
2410iis.c:    printf("Press any key to play recorded data\n");
2410iis.c:    printf("If you want to mute or no mute push the 'EIN0' key repeatedly\n");
2410iis.c:    printf("Size = %d\n",size);
2410iis.c:    printf("Press any key to exit!!!\n");
2410iis.c://		printf("= Mute =\n");
2410iis.c://		printf("= No Mute =\n");
2410iis.c:    printf("[ IIS Slave Tx test ]\n");
2410iis.c:    printf("\nTx End...\n");
2410iis.c:    printf("Last 256 Half-Word in 65KBytes transferred data\n");
2410iis.c:        printf("0x%x=",(txdata+0xff00+i));
2410iis.c:        printf("%04x   ",*(txdata+0xff00+i));        
2410iis.c:    printf("[ IIS Master Rx Polling mode test ]\n");
2410iis.c:    printf("[ IIS Master Rx DMA2 mode test ]\n");
2410iis.c:    printf("Last 256 Half-Word in 65KBytes received data\n");
2410iis.c:        printf("0x%x=", (rxdata+0xff00+i));        
2410iis.c:        printf("%04x   ",*(rxdata+0xff00+i));                
2410lib.c:   	printf( "\nUART2 Test\n" ) ;
2410lib.c:   	printf( "\nPlease pull out COM cable and plug into the UART2 connector\n" ) ;
2410lib.c:	   		printf( "'ESC' key return to UART1, The input of you is " ) ;
2410lib.c:	   		printf( "Now is UART2 output, do you see?  Any key to display, 'ESC' key return to UART1 \n" ) ;
2410lib.c:   	printf( "\nPlease pull out COM cable and plug into the UART1 connector\n" ) ;
2410lib.c:   		printf( "Please Enter 'ESC' key to Main menu \n" ) ;
2410lib.c:                printf("\b \b");
2410lib.c://If you don't use vsprintf(), the code size is reduced very much.
2410lib.c:void printf(char *fmt,...)
2410lib.c:    vsprintf(string,fmt,ap);
2410lib.c:	printf( "\nLED TEST\n" );
2410lib.c:	printf( "Press 'ESC' key to Exit this program !\n\n" );
2410lib.c:	printf( "\nBUZZER TEST ( PWM Control )\n" );
2410lib.c:   	printf( "Press +/- to increase/reduce the frequency of BUZZER !\n" ) ;
2410lib.c:	printf( "Press 'ESC' key to Exit this program !\n\n" );
2410lib.c:		printf( "\tFreq = %d\n", freq ) ;
2410test.c:    printf("Undefined instruction exception!!!\n");
2410test.c:    printf("SWI exception!!!\n");
2410test.c:    printf("Pabort exception!!!\n");
2410test.c:    printf("Dabort exception!!!\n");
2410test.c:	    printf( "RTC time : %04x-%02x-%02x %02x:%02x:%02x\n", year, month, day, hour, minute, second );
2410test.c:			printf("%2d : %s\n", i, CmdTip[i].tip);
Adc.c:   	printf( "\nADC INPUT Test, press ESC key to exit !\n" ) ;
Adc.c:    printf("ADC conv. freq. = %dHz\n",preScaler);
Adc.c:    printf("PCLK/ADC_FREQ - 1 = %d\n",preScaler);
Adc.c:	    printf( "AIN0: %04d\n", a0 );
Adc.c:    //printf("\nrADCCON = 0x%x\n", rADCCON);
AudioDrv.c:		//printf("check err = %d\n", err);											
Comload.c:    printf("Download File Size = %d\n", size);
Dmatest.c://		printf("Request sw dma channel = %x\n", DmaTestReq[ch]);
Dmatest.c:			printf("request dma%x fail!\n", ch);
Dmatest.c:	printf("\nDMA Transfer finished.\n");	
IIC.c:    printf("\nIIC Test(Interrupt) using AT24C02\n");
IIC.c:    printf("Write test data into AT24C02\n");
IIC.c:    printf("Read test data from AT24C02\n");
IIC.c:    printf("The follow is the data writed to IIC EEPROM just now:\n");
IIC.c:            printf("%2x ",data[i*8+j]);
IIC.c:        printf("\n");
IIC.c://            printf("__irq IicInt SETDADDR [ S%d ]",_iicDataCount);
IIC.c:    printf("IIC Test(Polling) using AT24C02\n");
IIC.c:    printf("Write test data into AT24C02\n");
IIC.c:    printf("Read test data from AT24C02\n");
IIC.c:            printf("%2x ",data[i*8+j]);
IIC.c:        printf("\n");
IIC.c:    printf("OK! Write data is same to Read data!\n");
IIC.c://            printf("IicPoll() SETRADDR [S%d]",_iicDataCount);
2410lib.h (inc):#define DebugOut printf
2410lib.h (inc):void printf(char *fmt,...);
2410lib.h (inc):inline void NullPrintf(char *fmt,...){}
2410lib.h (inc):#define	DbgOut	printf
2410lib.h (inc):#define	DbgOut	NullPrintf
Uart.h (inc):void printf(U32 ch, char *fmt,...);
IrDA.c:	printf("%d,",*IrDAdataPt);
IrDA.c:	printf("Select baudrate = %d\n", IrDA_BAUD);
IrDA.c:	//printf("rUBRDIV2 = %d\n", rUBRDIV2);
IrDA.c:    printf("rUBRDIV2=%d\n", rUBRDIV2);
IrDA.c:    printf("[UART IrDA Rx Test]\n");
IrDA.c:    printf("This test should be configured two boards.\n");
IrDA.c:    printf("Press any key to start Rx and then Start Tx....\n");
IrDA.c:    printf("Now... Rx with IrDA\n");
IrDA.c:    printf("\nEnd Rx, receive data count=%d\n",IrDA_cnt);
IrDA.c:	    printf("i=%d,",i);
IrDA.c:    	printf("IrDA test fail!! Error count=%d\n",IrDA_err);
IrDA.c:    	printf("IrDA test is good!!\n");
Keyscan.c:		printf( "Interrupt occur... K%d is pressed!\n", key ) ;
Keyscan.c:	printf( "\n4 KEY array TEST ( Interrupt MODE )\n" );
Keyscan.c:	printf( "Press 'ESC' key to Exit this program !\n\n" );
LCD_240X320.c:    printf("\n*Move the LCD view windos:\n");
LCD_240X320.c:    printf(" press 8 is up\n");
LCD_240X320.c:    printf(" press 2 is down\n");
LCD_240X320.c:    printf(" press 4 is left\n");
LCD_240X320.c:    printf(" press 6 is right\n");
LCD_240X320.c:    printf(" press Enter to exit!\n");
LCD_240X320.c:	//printf("vx=%3d,vy=%3d\n",vx,vy);
LCD_240X320.c:    	printf("\nTest 240*320 TFT LCD !\n");
LCD_240X320.c:	printf( "\nLCD clear screen is finished! press any key to continue!\n" );
LCD_240X320.c:	printf( "LCD clear screen is finished! press any key to continue!\n" );
LCD_240X320.c:	printf( "LCD clear screen is finished! press any key to continue!\n" );
LCD_240X320.c:	printf( "LCD clear screen is finished! press any key to continue!\n" );
LCD_240X320.c:	printf( "LCD clear screen is finished! press any key to continue!\n" );
LCD_240X320.c:	printf( "LCD clear screen is finished! press any key to continue!\n" );
LCD_240X320.c:	printf( "LCD clear screen is finished! press any key to continue!\n" );
LCD_240X320.c:	printf( "LCD clear screen is finished! press any key to continue!\n" );
LCD_240X320.c:   	printf( "LCD color test, please look! press any key to continue!\n" );
Rtc.c://		printf("y1 = %d, y2= %d, y3 = %d, %d\n", y1, y2, y3, d);	
Rtc.c://		printf("Total days = %d\n", d+day);
Rtc.c:			//		printf("error!%d-%d-%d\n", y, m, d);					
Rtc.c:			//		printf("error!%d-%d-%d, %d-%d-%d\n", y, m, d, date.year, date.month, date.day);
Rtc.c:			//	//	printf("%d-%d-%d,week%d\n", y, m, d, week);				
Rtc.c:			//		printf("Date valid%d\n", ++err);
Rtc.c:			//		printf("week error\n");				
Rtc.c:			//		printf("err!\n");
Rtc.c:		//	printf("%d-%d-%d, %d-%d-%d : %d\n",date1.year,date1.month,
Rtctest.c://	printf("%d\n", RtcCmpDateTime(&dt2, &dt1));	
Rtctest.c://	printf("%d\n", RtcGetDateInterval(&d1, &d2));
Rtctest.c://	printf("%d\n", RtcGetTimeInterval(&dt1, &dt2));
Rtctest.c:	printf("%d-%d-%d + %d = ", d2.year, d2.month, d2.day, i);
Rtctest.c:	printf("%d-%d-%d\n", d2.year, d2.month, d2.day);
Rtctest.c:	printf("%d-%d-%d - %d = ", d2.year, d2.month, d2.day, i);
Rtctest.c:	printf("%d-%d-%d\n", d2.year, d2.month, d2.day);
Rtctest.c:	printf("%d-%d-%d next month = ", d2.year, d2.month, d2.day);	
Rtctest.c:	printf("%d-%d-%d\n", d2.year, d2.month, d2.day);
Rtctest.c:	printf("%d-%d-%d pre month = ", d2.year, d2.month, d2.day);	
Rtctest.c:	printf("%d-%d-%d\n", d2.year, d2.month, d2.day);
Rtctest.c:	printf("%d-%d-%d next year = ", d2.year, d2.month, d2.day);	
Rtctest.c:	printf("%d-%d-%d\n", d2.year, d2.month, d2.day);
Rtctest.c:	printf("%d-%d-%d pre year = ", d2.year, d2.month, d2.day);	
Rtctest.c:	printf("%d-%d-%d\n", d2.year, d2.month, d2.day);*/
Rtctest.c:	printf("Set current date %4d-%2d-%2d week %d, time %2d:%2d:%2d\n",
Rtctest.c:		printf("Enter Power-off mode, press Reset or K4 key to wake up\n");
Rtctest.c:	printf("CPU wake up from idle mode by alarm %s\n", AlarmWake?"success":"fail");
Rtctest.c:		printf("Alarm time = %4d-%2d-%2d %2d:%2d:%2d\n", dt1.year, dt1.month, dt1.day, dt1.hour, dt1.minute, dt1.second);
Rtctest.c:		printf("Now date is %4d-%2d-%2d week %d, time is %2d:%2d:%2d",
Rtctest.c:		printf("\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b");
Rtctest.c:   	printf( "\nRTC TIME Display, press ESC key to exit !\n" ) ;
Rtctest.c:	    printf( "RTC time : %04x-%02x-%02x %02x:%02x:%02x\n", year, month, day, hour, minute, second );
Sdi.c:    printf("\nSDI CARD test\n");
Sdi.c:	printf("Blocks = %d\n", block);  
Sdi.c:				printf("CID = %x,%x,%x,%x\n", rSDIRSP0, rSDIRSP1, rSDIRSP2, rSDIRSP3);
Sdi.c:		printf("Get CSD fail!!!\n");
Sdi.c://    printf("\n--End Rx buffer flush\n");
Sdi.c:	printf("RB[%02x]=%x,",Rx_buffer[i]);
Sdi.c:    printf("Check Rx data\n\n");
Sdi.c:    printf("The follow is the data writed to SD Card just now:\n");
Sdi.c:	    	printf("\nTx/Rx error\n"); 
Sdi.c:			printf("%d:Tx-0x%08x, Rx-0x%08x\n",i,Tx_buffer[i], Rx_buffer[i]);
Sdi.c:        //printf(".");
Sdi.c:        if( (i%15)==0 )		printf( "\n" ) ;
Sdi.c:        printf("%02x,", Rx_buffer[i]);
Sdi.c:		printf("\n\nSD CARD Write and Read test is OK!\n");
Sdi.c:		printf("TB[%02x]=%x,",Tx_buffer[i]);
Sdi.c:    //printf("rSDIRSP0=0x%x\n",rSDIRSP0);
Sdi.c:    printf("\nIn idle\n");
Sdi.c:		printf("\nIn MMC ready\n");
Sdi.c:    //printf("MMC check end!!\n");
Sdi.c:        printf("\nIn SD ready\n");
Sdi.c:		printf("\nInitialize fail\nNo Card assertion\n");
Sdi.c:    printf("\nEnd id\n");
Sdi.c:	    printf("RCA=0x%x\n",RCA);    	
Sdi.c:	//	printf("rSDIRSP0=%x, %x, %x\n", rSDIRSP0, rSDIRSP0 & 0x1e00, rSDIRSP0 & 0x1e00!=0x600);
Sdi.c:    printf("\nIn stand-by\n");    	
Sdi.c:    printf("[Block read test]\n");
Sdi.c:    printf("Mode : Polling read\n");
Sdi.c:			printf("%x,%x,%x,%x,%x\n", rSDICCON, rSDICSTA, rSDIDCON, rSDIFSTA, block);
Sdi.c:			printf("%x,%x,%x,%x,%x,%x,%x\n", rDISRCC0, rDISRC0, rDIDSTC0, rDIDST0, rDCON0, rDMASKTRIG0, rDSTAT0);	
Sdi.c:		//printf("rSDIFSTA=0x%x\n",rSDIFSTA);
Sdi.c:	    	printf("SDIDSTA=%x,SDIFSTA=%x,SDIDCNT=%x\n", dsta, fsta, dcnt);
Sdi.c:			printf("SDIDSTA=%x,SDIFSTA=%x,SDIDCNT=%x,read cont=%d\n", dsta, fsta, dcnt, i);
Sdi.c:	printf("chk data end\n");    
Sdi.c:		printf("error\n");
Sdi.c:		printf("Stream read command supports only MMC!\n");
Sdi.c:    printf("\n[Stream read test]\n");
Sdi.c:	    	printf("Rread timeout error");
Sdi.c:			printf("rSDIDSTA=0x%x\n", rSDIDSTA);
Sdi.c:    printf("\nRx data\n");
Sdi.c:	    printf("%08x, %08x\n",Tx_buffer[i], Rx_buffer[i]);
Sdi.c:    printf("\n--End stream read test\n");
Sdi.c:    printf("[Block write test]\n");
Sdi.c:	printf("Mode : Polling write\n" );
Sdi.c:	printf("dat error\n");
Sdi.c:	    printf("error\n");
Sdi.c:	printf("Stream write command supports only MMC!\n");
Sdi.c:    printf("\n[Stream write test]\n");
Sdi.c:	printf("rSDIDSTA=0x%x\n", rSDIDSTA);
Sdi.c:	printf("error\n");
Sdi.c:    printf("\n--End Stream write test\n");
Sdi.c:			printf("%x\n", finish0);
Sdi.c:			printf("CMD%d:rSDICSTA=0x%x, rSDIRSP0=0x%x\n",cmd, rSDICSTA, rSDIRSP0);   
Sdi.c:						printf("CMD%d Time out!\n", cmd);
Sdi.c:		    //	printf("%x\n", finish0);
Sdi.c:						printf("CMD%d Time out!\n", cmd);
Sdi.c://		printf("%x\n", finish);
Sdi.c:        printf("DATA:finish=0x%x\n", finish);
Sdi.c:        printf("DATA:finish=0x%x\n", finish);
Sdi.c:    //printf("SDIRSP0=0x%x\n",rSDIRSP0);
Sdi.c:    //printf("rSDIRSP0=0x%x\n", rSDIRSP0);
Sdi.c:	printf("Ready for Data\n");
Sdi.c:	printf("Not Ready\n");
Sdi.c:    printf("Current Status=%d\n", response0);
Sdi.c:    	printf("\n****CSD register****\n");
Sdi.c:    	printf(" SDIRSP0=0x%x\n SDIRSP1=0x%x\n SDIRSP2=0x%x\n SDIRSP3=0x%x\n", rSDIRSP0,rSDIRSP1,rSDIRSP2,rSDIRSP3);
Sdi.c:    printf("\n****1bit bus****\n");
Sdi.c:    printf("\n****4bit bus****\n");
Sdi.c:    printf("[Set protection(addr.0 ~ 262144) test]\n");
Sdi.c:    printf("[Clear protection(addr.0 ~ 262144) test]\n");
Testplay.c:	printf("\nSample Rate = %d, Channels = %d, %dBitsPerSample, size = %d\n",
Testplay.c:	printf("\nerr = %x\n", err);			
Testplay.c:		printf("%d. %dHz\n", i, fsTable[i]);	
Testplay.c:	printf( "\nThe Frequency of record is 48KHz\n" );
Testplay.c:	printf("\nerr = %x\n", err);
Testplay.c:	printf("Added %d buffer for record\n", i);
Testplay.c://		printf("%x,%x,%x,%x,%x,%x,%x\n", rDISRC2, rDISRCC2, rDIDST2, rDIDSTC2, rDCON2, rDSTAT2, rDMASKTRIG2);		
Testplay.c://		printf("%x,%x,%x,%x\n", rIISCON, rIISMOD, rIISPSR, rIISFCON);
Testplay.c:		printf("\nerr = %x\n", err);
Touch_Screen.c:    printf("\nTS Down!\n");
Touch_Screen.c:        printf("X %4d, Y %4d\n", buf[i][0], buf[i][1]);
Touch_Screen.c:    printf( "\nNow touchpanel controler is initial!\n" ) ;
Touch_Screen.c:    printf( "Please Press it with touch pen and see what happend\n" ) ;
Touch_Screen.c:    printf( "\nAny key to exit the touchpanel test\n" ) ;
Usb.c (usb):	printf("\nNow, Downloading [ADDRESS:%xh,TOTAL:%d]\n",
Usb.c (usb):				printf("0x%x = %x\n", downloadAddress+i*0x100000, *(U32 *)(downloadAddress+i*0x100000));
Usb.c (usb):				printf("0x%x = %x\n", downloadAddress+i*0x100000, *(U32 *)(downloadAddress+i*0x100000));
Usb.c (usb):    printf("Now, Checksum calculation\n");
Usb.c (usb):		printf("Checksum Error!!! MEM:%x DN:%x\n",checkSum,dnCS);
Usb.c (usb):	printf("Download O.K.\n\n");
Usb.c (usb):		printf("Extra info length too long > %d\n", sizeof(extra_info)-1);
Usb.c (usb):	printf("%s\n", extra_info+sizeof(extra_len));

⌨️ 快捷键说明

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