⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 csl_vpssclose.c

📁 TI达芬奇dm644x各硬件模块测试代码
💻 C
字号:
/*   ==========================================================================
 *   Copyright (c) Texas Instruments Inc , 2004
 *
 *   Use of this software is controlled by the terms and conditions found
 *   in the license agreement under which this software has been supplied
 *   priovided
 *   ==========================================================================
*/

/** @file csl_vpssClose.c
 *
 *    @brief File for functional layer of CSL API @a CSL_vpssClose()
 *
 *  Description
 *    - The @a CSL_vpssClose() function definition & it's associated functions
 *
 *  @date 25th October, 2004
 *  @author Vignesh LA
 */

#include <csl_vpss.h>
#include <_csl_resource.h>

#pragma CODE_SECTION (CSL_vpssClose, ".text:csl_section:vpss");
/**
    \brief Close VPSS module 


    \param hVpss    Pointer to the object that holds reference to the instance
                  of VPSS requested
    \return if success, \c CSL_SOK, else error code 		  

   
    \see 
*/

CSL_Status  CSL_vpssClose ( CSL_VpssHandle hVpss ) {
  return(_CSL_certifyClose((CSL_ResHandle)hVpss));
}

⌨️ 快捷键说明

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