Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MSCFileSystem by
USBHostLite/usbhost_cpu.h@8:cccdf653258b, 2016-06-12 (annotated)
- Committer:
- mrsoundhar
- Date:
- Sun Jun 12 16:44:44 2016 +0000
- Revision:
- 8:cccdf653258b
- Parent:
- 0:3e7d2baed4b4
Soundharrajan USB Log for Drive
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| chris | 0:3e7d2baed4b4 | 1 | /* |
| chris | 0:3e7d2baed4b4 | 2 | ************************************************************************************************************** |
| chris | 0:3e7d2baed4b4 | 3 | * NXP USB Host Stack |
| chris | 0:3e7d2baed4b4 | 4 | * |
| chris | 0:3e7d2baed4b4 | 5 | * (c) Copyright 2008, NXP SemiConductors |
| chris | 0:3e7d2baed4b4 | 6 | * (c) Copyright 2008, OnChip Technologies LLC |
| chris | 0:3e7d2baed4b4 | 7 | * All Rights Reserved |
| chris | 0:3e7d2baed4b4 | 8 | * |
| chris | 0:3e7d2baed4b4 | 9 | * www.nxp.com |
| chris | 0:3e7d2baed4b4 | 10 | * www.onchiptech.com |
| chris | 0:3e7d2baed4b4 | 11 | * |
| chris | 0:3e7d2baed4b4 | 12 | * File : usbhost_cpu.h |
| chris | 0:3e7d2baed4b4 | 13 | * Programmer(s) : Ravikanth.P |
| chris | 0:3e7d2baed4b4 | 14 | * Version : |
| chris | 0:3e7d2baed4b4 | 15 | * |
| chris | 0:3e7d2baed4b4 | 16 | ************************************************************************************************************** |
| chris | 0:3e7d2baed4b4 | 17 | */ |
| chris | 0:3e7d2baed4b4 | 18 | |
| chris | 0:3e7d2baed4b4 | 19 | #ifndef USBHOST_CPU_H |
| chris | 0:3e7d2baed4b4 | 20 | #define USBHOST_CPU_H |
| chris | 0:3e7d2baed4b4 | 21 | |
| chris | 0:3e7d2baed4b4 | 22 | /* |
| chris | 0:3e7d2baed4b4 | 23 | ************************************************************************************************************** |
| chris | 0:3e7d2baed4b4 | 24 | * TYPE DEFINITIONS OF DATA TYPES |
| chris | 0:3e7d2baed4b4 | 25 | ************************************************************************************************************** |
| chris | 0:3e7d2baed4b4 | 26 | */ |
| chris | 0:3e7d2baed4b4 | 27 | |
| chris | 0:3e7d2baed4b4 | 28 | typedef unsigned int USB_INT32U; |
| chris | 0:3e7d2baed4b4 | 29 | typedef signed int USB_INT32S; |
| chris | 0:3e7d2baed4b4 | 30 | typedef unsigned short USB_INT16U; |
| chris | 0:3e7d2baed4b4 | 31 | typedef signed short USB_INT16S; |
| chris | 0:3e7d2baed4b4 | 32 | typedef unsigned char USB_INT08U; |
| chris | 0:3e7d2baed4b4 | 33 | typedef signed char USB_INT08S; |
| chris | 0:3e7d2baed4b4 | 34 | |
| chris | 0:3e7d2baed4b4 | 35 | #endif |
