📄 tmbsltda18271instance.h
字号:
//-----------------------------------------------------------------------------
// $Header:
// (C) Copyright 2001 NXP Semiconductors, All rights reserved
//
// This source code and any compilation or derivative thereof is the sole
// property of NXP Corporation and is provided pursuant to a Software
// License Agreement. This code is the proprietary information of NXP
// Corporation and is confidential in nature. Its use and dissemination by
// any party other than NXP Corporation is strictly limited by the
// confidential information provisions of the Agreement referenced above.
//-----------------------------------------------------------------------------
// FILE NAME: tmbslTDA18271Instance.h
//
// DESCRIPTION: define the static Objects
//
// DOCUMENT REF: DVP Software Coding Guidelines v1.14
// DVP Board Support Library Architecture Specification v0.5
//
// NOTES:
//-----------------------------------------------------------------------------
//
#ifndef _TMBSLTDA18271_INSTANCE_H //-----------------
#define _TMBSLTDA18271_INSTANCE_H
#ifdef NXPFE
#include "tmdlTDA18271Driver.h"
#endif // NXPFE
tmErrorCode_t TDA18271AllocInstance (tmUnitSelect_t tUnit, pptmTDA18271Object_t ppDrvObject);
tmErrorCode_t TDA18271DeAllocInstance (tmUnitSelect_t tUnit);
tmErrorCode_t TDA18271GetInstance (tmUnitSelect_t tUnit, pptmTDA18271Object_t ppDrvObject);
#endif // _TMBSLTDA18271_INSTANCE_H //---------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -