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

📄 usbser.h

📁 最新的LPC214X USBSER驱动程序
💻 H
字号:
////  $Id: usbser.h 42 2008-10-04 18:40:36Z jcw $//  $Revision: 42 $//  $Author: jcw $//  $Date: 2008-10-04 14:40:36 -0400 (Sat, 04 Oct 2008) $//  $HeadURL: http://tinymicros.com/svn_public/arm/lpc2148_demo/trunk/usbser/usbser.h $//#ifndef _USBSER_H_#define _USBSER_H_#include "FreeRTOS.h"#include "queue.h"//////signed portBASE_TYPE usbserPutChar (signed portCHAR cOutChar, portTickType xBlockTime);signed portBASE_TYPE usbserPutString (const signed portCHAR * const pcString, portTickType xBlockTime);signed portBASE_TYPE usbserGetChar (signed portCHAR *pcRxedChar, portTickType xBlockTime);void usbserInit (void);void usbserGetRxQueue (xQueueHandle *qh);#endif

⌨️ 快捷键说明

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