dvicontrol.h

来自「IT projecotr reference design.」· C头文件 代码 · 共 27 行

H
27
字号
/*****************************************************************************
**             TEXAS INSTRUMENTS PROPRIETARY INFORMATION
**
**  (c) Copyright, Texas Instruments Incorporated, 2006.
**      All Rights Reserved.
**
**  Property of Texas Instruments Incorporated. Restricted Rights -
**  Use, duplication, or disclosure is subject to restrictions set
**  forth in TI's program license agreement and associated documentation.
******************************************************************************/

#ifndef _DVICONTROL_H
#define _DVICONTROL_H

#include "common.h"
#include "src.h"
#include "datapath.h"

void dvicontrol_powerNormal( void );
void dvicontrol_powerStandby( void );
void dvicontrol_ConfigureForSearch( DP_CONNECTOR datapathConnector );
uint16 dvicontrol_Poll( DP_STATE datapathState );
int08 dvicontrol_FillSourceConfig( DP_SOURCEDESC *srcDesc, SRC_SOURCE_CONFIG *srcConfig );
void dvicontrol_StopCurrentOperation( void );


#endif

⌨️ 快捷键说明

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