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

📄 xdas.h

📁 TI Algorithm Soft Kit 5.10 仅包括实例及其原代码
💻 H
字号:
/*  *  Copyright 2006 *  Texas Instruments Incorporated * *  All rights reserved.  Property of Texas Instruments Incorporated *  Restricted rights to use, duplicate or disclose this code are *  granted through contract. *  *//** *  @file       ti/xdais/xdas.h * *  @brief      This header defines all types and constants used in the *              XDAS interfaces. * *  @remarks    The types are mapped to the types defined in std.h. *//** *  @addtogroup   ti_xdais_XDAS xDAIS Types and Constants */#ifndef ti_xdais_XDAS_#define ti_xdais_XDAS_#ifdef __cplusplusextern "C" {#endif/** @ingroup    ti_xdais_XDAS_ *//*@{*/#define XDAS_TRUE       1#define XDAS_FALSE      0typedef Void            XDAS_Void;typedef Uint8           XDAS_Bool;typedef Int8            XDAS_Int8;      /**< Actual size chip dependent. */typedef Uint8           XDAS_UInt8;     /**< Actual size chip dependent. */typedef Int16           XDAS_Int16;     /**< Actual size of type is 16 bits. */typedef Uint16          XDAS_UInt16;    /**< Actual size of type is 16 bits. */typedef Int32           XDAS_Int32;     /**< Actual size of type is 32 bits. */typedef Uint32          XDAS_UInt32;    /**< Actual size of type is 32 bits. *//*@}*/#ifdef __cplusplus}#endif#endif  /* ti_xdais_XDAS_ *//* *  @(#) ti.xdais; 1, 2.0, 0, 0,46; 10-18-2006 19:11:30; /db/wtree/library/trees/dais-g07x/src/ */

⌨️ 快捷键说明

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