📄 vd_reg.h
字号:
/******************************************************************************
* Filename : Vd_reg.h *
* Start date : *
* By : *
* Contact : *
* Description : Vd registers *
* *
******************************************************************************
*/
#ifndef _VD_REG_H_
#define _VD_REG_H_
/*********************************************
* INCLUDE
*********************************************/
#ifdef __cplusplus
extern "C" {
#endif
#ifndef S5H5002_SDRAM_BASE
#define S5H5002_SDRAM_BASE 0
#endif
#ifdef __cplusplus
}
#endif
#endif /* _VD_REG_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -