common.h

来自「DSP-Applications-Using-C-and-the-TMS320C」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef __COMMON_H
#define __COMMON_H

/***********************************************************************
* FILENAME: $RCSfile: common.h,v $
* VERSION : $Revision: 1.5 $
* DATE    : $Date: 1998/08/24 17:11:14 $
* Copyright (c) 1997 Texas Instruments Incorporated
*
* - common routines used throughout tests
*
************************************************************************/

#if RTDX_POLLING_IMPLEMENTATION
#define WAIT_FOR_XFER()		while( RTDX_writing != NULL ) RTDX_Poll()
#else
#define WAIT_FOR_XFER()		while( RTDX_writing != NULL )
#endif

#endif // __COMMON_H

⌨️ 快捷键说明

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