os_viewc.h
来自「ucosII在DRAGONBALL MX21上的移植 开发环境为IAR」· C头文件 代码 · 共 35 行
H
35 行
/*
*********************************************************************************************************
* uC/OS-View
*
* (c) Copyright 2004, Micrium, Weston, FL
* All Rights Reserved
*
* Freescale i.MX21 (ARM9)
* IAR C Compiler
*
*
* Filename : OS_VIEWc.H
* Programmer : Jean J. Labrosse
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* CONSTANTS
*********************************************************************************************************
*/
#define OS_VIEW_RX_BUF_SIZE 20 /* Rx buffer size (should not need to change) */
#define OS_VIEW_TX_BUF_SIZE 255 /* Tx buffer size (should not need to change) */
#define OS_VIEW_TX_STR_SIZE 255 /* Tx string size (should not need to change) */
/*
*********************************************************************************************************
* PROTOTYPES
*********************************************************************************************************
*/
void OSView_TmrInit(void); /* Initialize the free running timer */
INT32U OSView_TmrRd(void); /* Read the free running timer */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?