dsa2ide.h

来自「一个不错的硬盘播放器程序,包含VFD显示程序,红外线遥控程序,硬盘读写程序,及解」· C头文件 代码 · 共 41 行

H
41
字号
/* Copyright 1997, ESS Technology, Inc.					*//* SCCSID @(#)dsa2ide.h	1.5 10/24/97 *//* * $Log$ */#ifndef __DSA2IDE_H__#define __DSA2IDE_H__/* old vcd_nav.h file is moved here */GBLDEF_0(int dsa_word, 0);GBLDEF_0(volatile int dsa_request, 0);GBLDEF_0(int tmsf_word, 0);GBLDEF_0(volatile int tmsf_request, 0);GBLDEF_0(int vfd_word, 0);GBLDEF_0(volatile int vfd_request, 0);GBLDEF_0(int dsa_msf, 0);GBLDEF_0(int vbv_not_full, 0);GBLDEF_0(int cd_first_start, 0);GBLDEF_0(int frame_needed_to_send, 0);GBLDEF_0(int DATA_filling, 0);GBLDEF_0(int vcd_limit,0); /* which is leadout time */GBLDEF_0(int vcd_read_on,0); /* if we are reading the data, set it to 1 */GBLDEF_0(int vcd_last_msf,0) ; /* resume point */GBLDEF_0(int msf_start, 0);GBLDEF_0(int msf_current, 0); /* current reading msf */#define VCD_FRAME_SIZE	2352#define VCD_CHUNK 	75int add_msf(int msf, int delta_frame);void DSAIDE_service();int  update_vfd_msf( int new_msf_addr);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?