usbh_api.h

来自「基于LPC2468处理器的源代码」· C头文件 代码 · 共 53 行

H
53
字号
/*
**************************************************************************************************************
*                                                  uC-USBH
*                                               USB Host Stack
*
*                                (c) Copyright 2008, OnChip  Technologies LLC
*                                             All Rights Reserved
*
*                                               www.onchiptech.com
*
* LICENSING TERMS:
*
*   This software is protected by international copyright laws. Knowledge of the source code may not be used to
*   write a similar product. This file may only be used in accordance with a license and should not be
*   redistributed in any way.  We appreciate your understanding, fairness and honesty.
*
*   This material or any other copies thereof may not be provided or otherwise made available to any other
*   person without written permission by Onchip Technologies. Its receipt and/or possession does
*   not convey any right to alter, reproduce, disclose, transmit, manufacture, use or sell anything it may
*   describe.
*
* File           : usbh_api.h
* Programmer(s)  : Ravikanth.P
* Version        : V1.00
*
**************************************************************************************************************
*/

#if      !defined(USBH_API_H)
#define           USBH_API_H

/*
**************************************************************************************************************
*                                        INCLUDE FILES
**************************************************************************************************************
*/

#include  "ot_types.h"

/*
**************************************************************************************************************
*                                USB HOST API FUNCTION PROTOTYPES
**************************************************************************************************************
*/

void        UART_Init   (       CPU_INT32U   baudrate);

void        UART_Printf (const  CPU_INT08U  *format, ...);

CPU_INT32S  USBHost_Init(       CPU_INT08U   priority);

#endif

⌨️ 快捷键说明

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