66965389C51SND1C的mp3源程序包.rar

源代码在线查看: sbc.h

软件大小: 1478 K
上传用户: szdoudou
关键词: 66965389C 66965389 SND1 C51
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*H**************************************************************************
				* NAME:         sbc.h
				*----------------------------------------------------------------------------
				* Copyright (c) 2003 Atmel.
				*----------------------------------------------------------------------------
				* RELEASE:      snd1c-refd-nf-4_0_3      
				* REVISION:     1.4     
				*----------------------------------------------------------------------------
				* PURPOSE:
				* This file contains the SCSI command browsers definition
				*
				* NOTES:
				* - sbc_wr_busy & sbc_rd_busy flags are set to TRUE in mass storage libraries
				*   when write or read is in progress.
				*   These events must be set to FALSE by the display task
				*****************************************************************************/
				
				#ifndef _SBC_H_
				#define _SBC_H_
				
				/*_____ I N C L U D E S ____________________________________________________*/
				
				
				/*_____ M A C R O S ________________________________________________________*/
				
				
				/*_____ D E F I N I T I O N ________________________________________________*/
				
				extern  bit gl_sbc_wr_busy;                 /* write activity */ 
				extern  bit gl_sbc_rd_busy;                 /* read activity */
				
				
				/*_____ D E C L A R A T I O N ______________________________________________*/
				
				void    sbc_command_mmc (void);
				void    sbc_mmc_init (void);
				void    sbc_command_df (void);
				void    sbc_df_init (void);
				
				
				#endif  /* _SBC_H_ */
				
							

相关资源