chips.h
来自「可以在ARM 架构下运行的的 DOS (和MS-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 + -
显示快捷键?