📄 usbh_api.h
字号:
/*
**************************************************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -