tda9840.h

来自「trident tm5600的linux驱动」· C头文件 代码 · 共 15 行

H
15
字号
#ifndef __INCLUDED_TDA9840__#define __INCLUDED_TDA9840__#define	I2C_ADDR_TDA9840		0x42/* values may range between +2.5 and -2.0;   the value has to be multiplied with 10 */#define TDA9840_LEVEL_ADJUST	_IOW('v',3,int)/* values may range between +2.5 and -2.4;   the value has to be multiplied with 10 */#define TDA9840_STEREO_ADJUST	_IOW('v',4,int)#endif

⌨️ 快捷键说明

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