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

📄 sdram.h

📁 st boot Linux 源码示范程序。 可以移植到其他平台
💻 H
字号:
/*******************************************************************************
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -