📄 deccontrol.h
字号:
/*****************************************************************************
** 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 _DECCONTROL_H
#define _DECCONTROL_H
#include "common.h"
#include "src.h"
#include "datapath.h"
void deccontrol_powerNormal( void );
void deccontrol_powerStandby( void );
void deccontrol_ConfigureForSearch( DP_CONNECTOR datapathConnector );
uint16 deccontrol_Poll( DP_STATE datapathState );
int08 deccontrol_FillSourceConfig( DP_SOURCEDESC *srcDesc, SRC_SOURCE_CONFIG *srcConfig );
void deccontrol_StopCurrentOperation( void );
int08 deccontrol_SetVideoStandard( uint08 index );
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -