📄 lpc2132_mp3.searchresults
字号:
---- KEY_MODE_IN Matches (2 in 2 files) ----
Blinky1.c:#define KEY_MODE_IN() IO0DIR &=~KEY_MODE
Main.c:#define KEY_MODE_IN() IO0DIR &=~KEY_MODE
---- _delay_ms Matches (14 in 4 files) ----
LCD.c: _delay_ms(15); /*MAX F_CPU should below than 16MHz*/
LCD.c: _delay_ms(15);
LCD.c: _delay_ms(1);
LCD.c: _delay_ms(1); /* Short Delay */
LCD.c: _delay_ms(1); /* a delay, otherwise the transfer is too fast */
LCD.h:#define _delay_ms wait /* delay function */
VS1003B.c: _delay_ms(20);
VS1003B.c: _delay_ms(20);
VS1003B.c: _delay_ms(20);
VS1003B.c: _delay_ms(1);
VS1003B.c: _delay_ms(20);
VS1003B.c: _delay_ms(20);
VS1003B.c: _delay_ms(20);
VS1003B.h:#define _delay_ms soft_delay_ms
---- printf_P Matches (221 in 4 files) ----
Global.h://#define printf_P(a,...) uart0_puts(a)
Global.h:#define printf_P printf
Main.c: printf_P(("\r\n*****************************************************\r\n"));
Main.c: printf_P(("Found LRC file!\r\n"));
Main.c: printf_P(("\r\nAnalyzing LRC file ...........\r\n"));
Main.c: printf_P(("ERROR: No enough memory!\r\n"));
Main.c: printf_P(("ERROR: Failed to read one sector\r\n"));
Main.c: printf_P(("found tag start ["));
Main.c: printf_P((" found title tag: %s ]\r\n"),LrcStructHead.title);
Main.c: printf_P(("Title : %s \r\n"),LrcStructHead.title);
Main.c: printf_P((" found artist tag: %s ]\r\n"),LrcStructHead.artist);
Main.c: printf_P(("Artist : %s \r\n"),LrcStructHead.artist);
Main.c: printf_P((" found offset tag: "));
Main.c: //printf_P(("\r\n"));
Main.c: printf_P(("the value in the structure is : %d\r\n"),LrcStructHead.offset);
Main.c: printf_P((" found by tag: "));
Main.c: printf_P("\r\n");
Main.c: printf_P((" found al tag: "));
Main.c: printf_P("\r\n");
Main.c: printf_P(("No next cluster or read next cluster error\r\n"));
Main.c: printf_P(("ERROR: Faild to load a sector\r\n"));
Main.c: printf_P(("ERROR: Faild to load a sector\r\n"));
Main.c: printf_P(("No next cluster or read next cluster error\r\n"));
Main.c: printf_P(("ERROR: Faild to load a sector\r\n"));
Main.c: printf_P(("ERROR: Faild to load a sector\r\n"));
Main.c: printf_P((" found time tag: "));
Main.c: printf_P(("min = %d; "),min);
Main.c: printf_P(("sec = %d; "),sec);
Main.c: printf_P(("ms = %d; \r\n"),ms);
Main.c: printf_P(("WARNING: Sorry! no more space for the rest tag, som lryic can't display!\r\n"));
Main.c: printf_P(("\r\noffset : %d "),LrcStructHead.offset);
Main.c: printf_P((" total = %ld; "),LrcStruct_p->time);
Main.c: printf_P(("after calculate total = %ld; \r\n"),LrcStruct_p->time);
Main.c: printf_P(("No next cluster or read next cluster error\r\n"));
Main.c: printf_P(("ERROR: Faild to load a sector\r\n"));
Main.c: printf_P(("ERROR: Faild to load a sector\r\n"));
Main.c: //printf_P(("\r\n\r\nInternal RAM is not enough, some data will be stored at EEPROM!"));
Main.c: //printf_P(("\r\nThis may take little longer time. U know 8.4ms/Byte, pls wait!......"));
Main.c: printf_P(("\r\n\r\nWow! The lyric is so long, Buffer is run out, sorry!\r\n"));
Main.c: printf_P(("No next cluster or read next cluster error\r\n"));
Main.c: printf_P(("\r\nLyric data stored completed!"));
Main.c: printf_P(("\r\nThe data stored in RAM & EEPROM:\r\n"));
Main.c: printf_P(("\r\nNo sorted data is : \r\n"));
Main.c: printf_P(("\r\n"));
Main.c: printf_P(("\r\nSort begining ......"));
Main.c: printf_P(("\r\ntotal %s time tags"),temp);
Main.c: printf_P(("\r\nLrcStruct_p_up->time = %ld"),LrcStruct_p_up->time);
Main.c: printf_P(("\r\nLrcStruct_p_temp->time = %ld"),LrcStruct_p_temp->time);
Main.c: printf_P(("\r\nLrcStruct_p_down->time = %ld"),LrcStruct_p_down->time);
Main.c: printf_P(("\r\nLrcStruct_p->time = %ld \r\n"),LrcStruct_p->time);
Main.c: printf_P(("\r\nLrcStruct_p->time = %ld \r\n\r\n"),LrcStruct_p->time);
Main.c: printf_P(("\r\n\r\nAnalyze complete!\r\n\r\nCode written by Bozai - 章其波"));
Main.c: printf_P(("\r\n*****************************************************\r\n"));
Main.c: printf_P(("\r\nSort completed!"));
Main.c: printf_P(("\r\nData after sort is : \r\n"));
Main.c: printf_P(("\r\n\r\nLrc Data:\r\n\r\n"));
Main.c: printf_P(("\r\n"));
Main.c:/* put the time and lyric info to the teminal, for speed consideration we did not use printf_P() */
Main.c: printf_P(("\r\nCurrent mode : "));
Main.c: case REPET_ALL: printf_P(("repet all"));break;
Main.c: case REPET_ONE:printf_P(("repet one"));break;
Main.c: case RANDOM:printf_P(("shuffle"));break;
Main.c: printf_P(("\r\nNow playing "));
Main.c: printf_P(("%s :"),current);
Main.c: printf_P(("%s"),buffer);
Main.c: printf_P("\r\n");
Main.c: printf_P(("[%s] %s\r\n"),time,lrcdata);
Main.c: printf_P(("[%s] %s\r\n"),time,lrcdata);
Main.c: printf_P(("Pause\r\n"));
Main.c: printf_P(("Playing\r\n"));
Main.c: printf_P(("Turn volume down to: %s\r\n"),volume);
Main.c: printf_P(("Turn volume up to: %s\r\n"),volume);
Main.c: case REPET_ALL:Print_ICON_12(72,0,RepetAll);printf_P(("Set mode -> repet all\r\n"));break;
Main.c: case REPET_ONE:Print_ICON_12(72,0,RepetOne);printf_P(("Set mode -> repet one\r\n"));break;
Main.c: case RANDOM :Print_ICON_12(72,0,Shuffle);printf_P(("Set mode -> shuffle\r\n"));break;
Main.c: case REPET_ALL:Print_ICON_12(18,36,RepetAll);printf_P(("Set mode -> repet all\r\n"));break;
Main.c: case REPET_ONE:Print_ICON_12(18,36,RepetOne);printf_P(("Set mode -> repet one\r\n"));break;
Main.c: case RANDOM :Print_ICON_12(18,36,Shuffle);printf_P(("Set mode -> shuffle\r\n"));break;
Main.c: printf_P(("\r\n************************************************"));
Main.c: printf_P(("\r\n SD mp3 player V2.3 for ARM platform "));
Main.c: printf_P(("\r\n Design by Michael Zhang (bozai) 章其波"));
Main.c: printf_P(("\r\n************************************************\r\n"));
Main.c: printf_P(("\r\nVS1003 config fialed!\r\n"));//配置VS1003
Main.c: printf_P(("\r\nVS1003 config OK!\r\n"));
Main.c: if(CH375_CheckExist())printf_P("Found CH375!\r\n");
Main.c: else printf_P("CH375 not exist!\r\n");
Main.c: printf_P(("LCD initialize OK!\r\n\r\n"));
Main.c: printf_P("Pls select the device:\r\n Next for Udisk\r\n PREV for SD\r\n -- by bozai\r\n");
Main.c: printf_P(("\r\nPlease insert SD card!"));
Main.c: printf_P(("\r\nSD initialize OK!"));
Main.c: printf_P(("\r\nPlease insert Flash disk!"));
Main.c: printf_P(("\r\nFlash disk initialize OK!"));
Main.c: printf_P(("\r\nPlease insert SD card!"));
Main.c: printf_P(("\r\nSD initialize OK!"));
Main.c: printf_P(("\r\nDisk size is: %ld MB"),FAT_ReadCapacity()/1024/1024);
Main.c: printf_P(("\r\nFAT initialize fialed! Or System error!"));
Main.c: printf_P(("\r\nYou may try to turn off the power and then power on."));
Main.c: printf_P(("\r\nOtherwise pls check that whether your card is correctly fomated"));
Main.c: printf_P(("\r\nFAT initialize OK!"));
Main.c: printf_P(("\r\nFirmware lost!\r\nPress start to continue!"));
Main.c: printf_P(("\r\n\r\n固件正常!"));
Main.c: printf_P(("\r\nDesign by : Michael - 章其波(bozai) 2007-12-08 in ZyXEL"));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -