?? uartapp.h
字號:
/* -------------------------------------------------------------------------- *
* uartapp.h - Header file for main function code *
* -------------------------------------------------------------------------- */
#ifndef _UARTAPP_H_
#define _UARTAPP_H_
//********************* Function Declarations **********************
// uboot has naked attribute since it's a dummy function, and also it is
// placed in aemif section (defined in linker script ubl.cmd) which is located in
// CS2 AEMIF memory space
void aemif_start( void ) __attribute__((naked,section(".aemif")));
unsigned int DDRTest(void);
int uartapp_main( void );
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -