cslr_vfoc.h

来自「TI达芬奇dm644x各硬件模块测试代码」· C头文件 代码 · 共 24 行

H
24
字号
/*   ==========================================================================
 *   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
 *   provided
 *   ==========================================================================
*/
#ifndef _CSLR_VFOC_H_
#define _CSLR_VFOC_H_

#include <davinci.h>
#include <cslr_vfoc_001.h>

/*****************************************************************************\
               Overlay structure typedef definition
\*****************************************************************************/

CSL_IDEF_INLINE CSL_VfocRegsOvly _CSL_vfocGetBaseAddr (Uint16 vfocNum) {
  return (CSL_VfocRegsOvly)_CSL_vfoclookup[vfocNum];
}

#endif  /* CSLR_VFOC_H_ */

⌨️ 快捷键说明

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