adi_adv7171.c

来自「7171的配置例程」· C语言 代码 · 共 34 行

C
34
字号
/*********************************************************************************

Copyright (c) 2005 Analog Devices.  All Rights Reserved.

This software is proprietary and confidential.  By using this software you agree
to the terms of the associated Analog Devices License Agreement.  
******************************************************************************

$File: adi_adv7171.h $
$Revision: 1.1 $
$Date: 2006/01/24 18:13:34 $

Project:    ADV7171 video encoder device driver
Title:      ADV7171 driver source code
Author(s):  Bala
Revised by:

Description:
            This is the driver source code for the ADV7171 Video Encoder. It is layered
            on top of the PPI and TWI device drivers, which are configured for
            the specific use ADV7171 peripheral.

References:
          
**********************************************************************************

ADV7171 device macro define

*********************************************************************************/

#define ADI_ADV7171_DEVICE
#include "adi_adv717x.c"        // driver register access includes

⌨️ 快捷键说明

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