xdas.h
来自「TI Algorithm Soft Kit 5.0d 仅包括实例及其原代码」· C头文件 代码 · 共 44 行
H
44 行
/* * 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. * *//* * ======== xdas.h ======== * This header defines types and constants used in the XDAS interfaces. * The types are mapped to the types defined in std.h */#ifndef ti_xdais_XDAS_#define ti_xdais_XDAS_#ifdef __cplusplusextern "C" {#endif#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,21 5-26-2006 dais-f07*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?