msp34x5.h

来自「1. 8623L平台」· C头文件 代码 · 共 50 行

H
50
字号
/* * * Copyright (c) 2001-2007 Sigma Designs, Inc.  * All Rights Reserved. Proprietary and Confidential. * *//**	@file   MSP34x5.h	@brief  device specific functions for main application		@author Christian Wolff Sean.Sekwon.Choi*/#ifndef __MSP34X5_H__#define __MSP34X5_H__struct cap_MSP34x5_instance;RMstatus cap_MSP34x5_open(struct RUA *pRUA, 			  struct cap_MSP34x5_instance **ppMSP34x5, 			  RMuint32 I2CModuleID, 			  struct EMhwlibI2CDeviceParameter *pI2CDevice);RMstatus cap_MSP34x5_close(struct cap_MSP34x5_instance *pMSP34x5);RMstatus cap_MSP34x5_tristate(struct cap_MSP34x5_instance *pMSP34x5);RMstatus cap_MSP34x5_init_capture(struct cap_MSP34x5_instance *pMSP34x5,				  enum cap_board board,				  enum cap_audio_input audio_input, 				  RMuint32 audio_input_num );RMstatus cap_MSP34x5_setup_output(struct cap_MSP34x5_instance *pMSP34x5, 	struct cap_update *pUpdate);RMstatus cap_MSP34x5_setup_audio(struct cap_MSP34x5_instance *pMSP34x5, 	struct cap_update *pUpdate);RMstatus cap_MSP34x5_setup_vbi(struct cap_MSP34x5_instance *pMSP34x5, 	struct cap_update *pUpdate);RMstatus cap_MSP34x5_check_int(struct cap_MSP34x5_instance *pMSP34x5);RMstatus cap_MSP34x5_handle_int(struct cap_MSP34x5_instance *pMSP34x5, 	struct cap_update *pUpdate);#endif  // __MSP34X5_H__

⌨️ 快捷键说明

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