Matthew Shoemaker / Mbed 2 deprecated USBHostLite

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers usbhost_main.h Source File

usbhost_main.h

00001 /*
00002 **************************************************************************************************************
00003 *                                                 NXP USB Host Stack
00004 *
00005 *                                     (c) Copyright 2008, NXP SemiConductors
00006 *                                     (c) Copyright 2008, OnChip  Technologies LLC
00007 *                                                 All Rights Reserved
00008 *
00009 *                                                  www.nxp.com
00010 *                                               www.onchiptech.com
00011 *
00012 * File           : usbhost_main.h
00013 * Programmer(s)  : Ravikanth.P
00014 * Version        :
00015 *
00016 **************************************************************************************************************
00017 */
00018 
00019 #ifndef  USBHOST_MAIN_H
00020 #define  USBHOST_MAIN_H
00021 
00022 /*
00023 **************************************************************************************************************
00024 *                                       DEFINITIONS
00025 **************************************************************************************************************
00026 */
00027 
00028 #include "usbhost_inc.h"
00029 
00030 /*
00031 **************************************************************************************************************
00032 *                                       DEFINITIONS
00033 **************************************************************************************************************
00034 */
00035 
00036 #define  FILENAME_R  "MSREAD.TXT"
00037 #define  FILENAME_W  "MSWRITE.TXT"
00038 
00039 #define  MAX_BUFFER_SIZE             (4000)
00040 #define  WRITE_SIZE          (10 * 1000000)
00041 
00042 /*
00043 **************************************************************************************************************
00044 *                                     FUNCTION PROTOTYPES
00045 **************************************************************************************************************
00046 */
00047 
00048 void  Main_Read (void);
00049 void  Main_Write(void);
00050 void  Main_Copy (void);
00051 
00052 #endif