USB_Host_Shield_2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
UsbDeviceAddress Struct Reference

#include <address.h>

Public Attributes

union {
   struct {
      uint8_t   bmAddress: 3
 
      uint8_t   bmParent: 3
 
      uint8_t   bmHub: 1
 
      uint8_t   bmReserved: 1
 
   } 
 
   uint8_t   devAddress
 
}; 
 

Member Data Documentation

union { ... }
uint8_t UsbDeviceAddress::bmAddress
uint8_t UsbDeviceAddress::bmHub
uint8_t UsbDeviceAddress::bmParent
uint8_t UsbDeviceAddress::bmReserved
uint8_t UsbDeviceAddress::devAddress

The documentation for this struct was generated from the following file: