vs1001k.h

来自「s3c44b0x vs1001k mp3 player source code」· C头文件 代码 · 共 35 行

H
35
字号
#ifndef __VS1001K_H__
#define __VS1001K_H__
#ifdef __cplusplus
extern "C" {
#endif

#define		sspbuf  	    rSIODAT                   
                  
#define		XCS_0	     	rPDATC &=0xffBf 
#define		XCS_1	     	rPDATC |=0x0040 
               
#define		BSYNC_0		    rPDATC &=0xffef
#define		BSYNC_1		    rPDATC |=0x0010

#define	    DREQ			rPDATC &0x0080

#define		XRESET_0		rPDATC &=0xffdf 
#define		XRESET_1		rPDATC |=0x0020 
 
#define		SIO_DATA_0	    rPDATC &=0xfff7 
#define		SIO_DATA_1	    rPDATC |=0x0008
 
#define		SCK_0	     	rPDATC &=0xfffd 
#define		SCK_1	     	rPDATC |=0x0002 
 
#define	    DCLK_0	     	rPDATC &=0xfffe 
#define		DCLK_1	     	rPDATC |=0x0001                   
//-------------------------------------

#ifdef __cplusplus
}
#endif

#endif 

⌨️ 快捷键说明

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