📄 sdram.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 + -