📄 nim_iic.h
字号:
/*
* Copyright (c) 1998,1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be used |
* | and copied in accordance with the terms and conditions of such |
* | a license and with the inclusion of this copyright notice. This |
* | software or any other copies of this software may not be provided|
* | or otherwise made available to any other person. The ownership |
* | and title of this software is not transferred. |
* | |
* | The information in this software is subject to change without |
* | any prior notice and should not be construed as a commitment by |
* | TriMedia Technologies. |
* | |
* | this code and information is provided "as is" without any |
* | warranty of any kind, either expressed or implied, including but |
* | not limited to the implied warranties of merchantability and/or |
* | fitness for any particular purpose. |
* +------------------------------------------------------------------+
*
* Module name : nim_iic.h 1.1
*
* Last update : 20:51:53 - 99/02/18
*
* Description :
* This file describes the IIC different addresses on
* NIM board. This should be eventually put in the registry
* as new versions of the DTV NIM boards come out.
*
* Revision :
*
*
*/
#ifndef _NIM_IIC_H_
#define _NIM_IIC_H_
#if defined(__cplusplus)
extern "C" {
#endif
#define INPUT_IIC_EXPANDER_ADDRESS (0x72) /* It is in NIM board */
#define VIDMUX_IIC_EXPANDER_ADDRESS (0x76) /* It is in NIM board */
#define AUDIO_SELECT_ID_EXPANDER_ADDRESS (0x7e) /* new IIC expander on NIM 2 board */
#if defined(__cplusplus)
}
#endif
#endif /* _NIM_IIC_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -