📄 ddp2230_rtos_include.h
字号:
/****************************************************************************/
/* TEXAS INSTRUMENTS PROPRIETARY INFORMATION */
/* */
/* (c) Copyright, Texas Instruments Incorporated, 2006. */
/* All Rights Reserved. */
/* */
/* Property of Texas Instruments Incorporated. Restricted Rights - */
/* Use, duplication, or disclosure is subject to restrictions set */
/* forth in TI's program license agreement and associated documentation. */
/****************************************************************************/
#ifndef __RTA_INC_H
#define __RTA_INC_H
#ifdef __cplusplus
extern "C" {
#endif
#include "common.h"
#include "rta.h"
#include "rta_evt.h"
#include "rta_grp_evt.h"
#include "rta_int.h"
#include "rta_mbx.h"
#include "rta_mem.h"
#include "rta_pub.h"
#include "rta_sem.h"
#include "rta_tsk.h"
#ifdef __cplusplus
} // extern "C"
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -