This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where is datatype 'UsbSocket' defined?

We use Keil development tools. We have ARM7 LPC2400 based controller that talks to host over USB. I started looking at the code in the controller that is used to carry out USB Communications.

In the init code, we have following definition:

UsbSocket *_usb;

I cannot seem to find the definition of datatype 'UsbSocket'. The Keil real time operating system is in our hard drive. C:\Keil

And idea where this datatype is defined?