LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages

Shared Memory


It is possible to get a pointer to the USB Speed (FULL or HIGH) for use in userspace this pointer will point to a struct and the layout is following:

 */

enum  {
        FULL_SPEED,
        HIGH_SPEED
      };

typedef   struct
{
  DATA8   Speed;
}
USB_SPEED;

/*
\n