📄 csl_vpbegethwsetup.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_vpbeGetHwSetup.c
*
* @brief File for functional layer of CSL API @a CSL_vpbeGetHwSetup()
*
* Description
* - The @a CSL_vpbeGetHwSetup() function definition & it's associated
* functions
* @date 11th October, 2004
* @author Santosh Narayanan
*/
#include <csl_vpbe.h>
#pragma CODE_SECTION (CSL_vpbeGetHwSetup, ".text:csl_section:vpbe");
/**
\brief Reads the currently set configuration from the VPBE peripheral
registers
\param hVpbe Pointer to the object that holds reference to the instance
of VPBE requested
\param setup Pointer to setup structure which contains the information
to program VPBE to a useful state
\return if success, \c CSL_SOK, else error code
\see
*/
CSL_Status CSL_vpbeGetHwSetup ( CSL_VpbeHandle hVpbe,
CSL_VpbeHwSetup *setup ) {
CSL_Status status = CSL_SOK;
return status;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -