?? chips.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -