📄 te8200pf.h
字号:
/*************************************************************************
** TEXAS INSTRUMENTS PROPRIETARY INFORMATION
**
** (c) Copyright, Texas Instruments Incorporated, 2005-2007.
** 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 _SYNC_TE8200_H_
#define _SYNC_TE8200_H_
int08 SYNC_i2c_MasterWrite( I2CPORT Port, uint16 DeviceAddress, uint32 NumOfBytes,
uint08 * WriteBuffer, uint32 ByteDelay, uint32 Timeout,
uint32 * BytesWritten );
int08 SYNC_i2c_MasterWriteRestartRead ( I2CPORT Port, uint16 DeviceAddress, uint32 NumOfWrtBytes,
uint08 * WriteBuffer, uint32 ByteDelay, uint32 NumOfRdBytes,
uint08 * ReadBuffer, uint32 Timeout, uint32 * BytesWritten,
uint32 * BytesRead );
int08 SYNC_I2CMasterWriteCmds( uint08 *pI2cCmdData);
int08 SYNC_GetConfiguredPort( void );
int08 SYNC_ConfigureForSeparateHV( void );
int08 SYNC_ConfigureForSOG( void );
int08 SYNC_SearchSignal( uint08* detectedSignalType );
int08 SYNC_GetSyncType( uint08* type );
int08 SYNC_Init( uint08 synci2caddr, I2CPORT i2cport );
#endif /* _SYNC_TE8200_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -