📄 u241mon_32bit.searchresults
字号:
---- MMU_EnableICache Matches (15 in 7 files) ----
2410slib.s: EXPORT MMU_EnableICache
2410slib.s:MMU_EnableICache
---- HandlerIRQ Matches (4 in 2 files) ----
2410init.s: b HandlerIRQ ;handler for IRQ interrupt
2410init.s:HandlerIRQ HANDLER HandleIRQ
---- HandleIRQ Matches (6 in 2 files) ----
2410init.s:HandlerIRQ HANDLER HandleIRQ
2410init.s: ldr r0,=HandleIRQ ;This routine is needed
2410init.s:HandleIRQ # 4
---- INTOFFSET Matches (5 in 4 files) ----
2410addr.h:#define rINTOFFSET (*(volatile unsigned *)0x4a000014) //Interruot request source offset
2410init.s: ldr r9,=INTOFFSET
---- HandleEINT0 Matches (4 in 2 files) ----
2410init.s: ldr r8,=HandleEINT0
2410init.s:HandleEINT0 # 4
---- HandleEINT0 Matches (4 in 2 files) ----
2410init.s: ldr r8,=HandleEINT0
2410init.s:HandleEINT0 # 4
24xinit.s (del): ldr r8,=HandleEINT0
24xinit.s (del):HandleEINT0 # 4
---- pMagicNum Matches (4 in 1 files) ----
U241mon.c:U32 *pMagicNum=(U32 *)Image$$RW$$Limit;
U241mon.c: if(*pMagicNum!=0x12345678)
U241mon.c: *pMagicNum=0x0;
U241mon.c: *pMagicNum=0x12345678;
---- Delay Matches (20 in 7 files) ----
2410addr.h:#define rADCDLY (*(volatile unsigned *)0x58000008) //ADC start or Interval Delay
2410lib.c:void Delay(int time)
2410lib.c: // time=0: adjust the Delay function by WatchDog timer.
2410lib.c: Delay(10); //because the slow response of hyper_terminal
2410lib.c: Delay(10);
2410lib.c: Delay(10); //because the slow response of hyper_terminal
2410lib.c: Delay(10);
2410lib.c: Delay(10); //because the slow response of hyper_terminal
2410lib.c: Delay(10);
2410lib.h:void Delay(int time); //Watchdog Timer is used.
24xlib.c (del):void Delay(int time)
24xlib.c (del):// time=0: adjust the Delay function by WatchDog timer.
24xlib.c (del): Delay(10); //because the slow response of hyper_terminal
24xlib.c (del): Delay(10);
24xlib.c (del): Delay(10); //because the slow response of hyper_terminal
24xlib.c (del): Delay(10);
24xlib.h (del):void Delay(int time); //Watchdog Timer is used.
U241mon.c: Delay(0); //calibrate Delay()
Usbmain.c: Delay(5000);
---- Timer_StopEx Matches (3 in 3 files) ----
Profile.c:float Timer_StopEx(void)
Profile.h:float Timer_StopEx(void);
U241mon.c: time=Timer_StopEx();
---- ConfigEp3DmaMode Matches (4 in 3 files) ----
U241mon.c: ConfigEp3DmaMode(downloadAddress+EP3_PKT_SIZE-8,downloadFileSize-EP3_PKT_SIZE);
U241mon.c: ConfigEp3DmaMode(downloadAddress+EP3_PKT_SIZE-8,0x80000-EP3_PKT_SIZE);
Usblib.c:void ConfigEp3DmaMode(U32 bufAddr,U32 count)
Usblib.h:void ConfigEp3DmaMode(U32 bufAddr,U32 count);
---- downloadFileSize Matches (33 in 5 files) ----
Option.h:#define USBDMA_DEMAND FALSE //the downloadFileSize should be (64*n)
Option.h (del):#define USBDMA_DEMAND FALSE //the downloadFileSize should be (64*n)
U241mon.c:volatile U32 downloadFileSize;
U241mon.c: downloadFileSize=0;
U241mon.c: while(downloadFileSize==0) /* wait until send a file */
U241mon.c: if(downloadFileSize>EP3_PKT_SIZE)
U241mon.c: if(downloadFileSize<=(0x80000))
U241mon.c: ConfigEp3DmaMode(downloadAddress+EP3_PKT_SIZE-8,downloadFileSize-EP3_PKT_SIZE);
U241mon.c: rDIDST2=(downloadAddress+downloadFileSize-EP3_PKT_SIZE);
U241mon.c: if(downloadFileSize>(0x80000*2))//for 1st autoreload
U241mon.c: rDCON2=rDCON2&~(0xfffff)|(downloadFileSize-0x80000);
U241mon.c: totalDmaCount=downloadFileSize;
U241mon.c: downloadAddress,downloadFileSize);
U241mon.c: if(totalDmaCount>=downloadFileSize)break;
U241mon.c: while(((U32)downPt-downloadAddress)<(downloadFileSize-8))
U241mon.c: Uart_Printf("\b\b\b\b\b\b\b\b%8d",downloadFileSize);
U241mon.c: Uart_Printf("(%5.1fKB/S,%3.1fS)\n",(float)(downloadFileSize/time/1000.),time);
U241mon.c: j=(downloadAddress+downloadFileSize-10)&0xfffffffc;
U241mon.c: i=(downloadAddress+downloadFileSize-10)&0xfffffffc;
U241mon.c: j=(downloadAddress+downloadFileSize-10);
U241mon.c: checkSum=checkSum - *((unsigned char *)(downloadAddress+downloadFileSize-8-2))
U241mon.c: - *( (unsigned char *)(downloadAddress+downloadFileSize-8-1) );
U241mon.c: dnCS=*((unsigned char *)(downloadAddress+downloadFileSize-8-2))+
U241mon.c: (*( (unsigned char *)(downloadAddress+downloadFileSize-8-1) )<<8);
U241mon.h:extern volatile U32 downloadFileSize;
Usbout.c: if(downloadFileSize==0)
Usbout.c: downloadFileSize=
Usbout.c: if(totalDmaCount>=downloadFileSize)// is last?
Usbout.c: totalDmaCount=downloadFileSize;
Usbout.c: if((totalDmaCount+0x80000)<downloadFileSize)
Usbout.c: if((nextTotalDmaCount+0x80000)<downloadFileSize)
Usbout.c: rDCON2=rDCON2&~(0xfffff)|(downloadFileSize-nextTotalDmaCount);
Usbout.c: rDIDST2=((U32)downloadAddress+downloadFileSize-8); //for next autoreload.
---- Timer_StopEx Matches (3 in 3 files) ----
Profile.c:float Timer_StopEx(void)
Profile.h:float Timer_StopEx(void);
U241mon.c: time=Timer_StopEx();
---- Main Matches (7 in 3 files) ----
U241mon.c:void Main(void)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -