sdram.h
来自「st boot Linux 源码示范程序。 可以移植到其他平台」· C头文件 代码 · 共 46 行
H
46 行
/*******************************************************************************
File Name : sdram.h
Description : Header file of SDRAM setup
COPYRIGHT (C) STMicroelectronics 1999.
Date Modification Name
---- ------------ ----
15 Sept 99 Created HG
*******************************************************************************/
/* Define to prevent recursive inclusion */
#ifndef __BOOTSDRAM_H
#define __BOOTSDRAM_H
/* C++ support */
#ifdef __cplusplus
extern "C" {
#endif
/* Includes --------------------------------------------------------------- */
/* Exported Constants ----------------------------------------------------- */
/* Exported Variables ----------------------------------------------------- */
/* Exported Types --------------------------------------------------------- */
/* Exported Macros -------------------------------------------------------- */
/* Exported Functions ----------------------------------------------------- */
BOOL stboot_InitSDRAM(U32 Frequency, STBOOT_DramMemorySize_t MemorySize);
/* C++ support */
#ifdef __cplusplus
}
#endif
#endif /* ifndef __BOOTSDRAM_H */
/* End of sdram.h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?