📄 buffer.h
字号:
/********************************************************************************************\
name : buffer.h
description : export function for serial port flash and dac
author :coolfire
data :6/28/07
\********************************************************************************************/
#ifndef _BUF_H
#define _BUF_H/*includes*/
#include "..\compiler.h"
#include "..\serial\serial.h"
#include "..\flash\flash.h"
#include "..\dac\dac.h"
#include "..\wave\wav.h"
extern Uchar idata *pFlash;
extern Uchar idata *pSerial;
extern Uchar idata *pDac;
extern Uint32 data serialcounter;
extern Uint32 data flashcounter;
extern Uint32 data daccounter;
extern Uint32 data gl_counter;
void read_buffer(type_t type);
void write_buffer(type_t type);
void init_buffer();
#endif /*_BUF_H*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -