chips.h
来自「可以兼容MS-DOS的文件系统和指令的S3C2410平台的DOS部分源代码,加以」· C头文件 代码 · 共 27 行
H
27 行
#ifndef __CHIPS_H__
#define __CHIPS_H__
#include "2410cfg.h"
#include "2410addr.h"
#include "uart.h"
#include "kbd.h"
#include "led.h"
#include "I2S.h"
#include "rtc.h"
#include "nand.h"
#include "uart.h"
#include "timer.h"
#include "i2s.h"
#include "interrupt.h"
#include "lcd.h"
#ifdef __cplusplus
extern "C"
{
#endif
void S3C2410_init();
void CACHE_CLEAR();
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?