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

#include <address.h>

Public Attributes

uint8_t epAddr
 
uint8_t maxPktSize
 
union {
   uint8_t   epAttribs
 
   struct {
      uint8_t   bmSndToggle: 1
 
      uint8_t   bmRcvToggle: 1
 
      uint8_t   bmNakPower: 6
 
   } 
 
}; 
 

Detailed Description

Definition at line 32 of file address.h.

Member Data Documentation

union { ... }
uint8_t EpInfo::bmNakPower

Definition at line 45 of file address.h.

uint8_t EpInfo::bmRcvToggle

Definition at line 44 of file address.h.

uint8_t EpInfo::bmSndToggle

Definition at line 43 of file address.h.

uint8_t EpInfo::epAddr

Definition at line 34 of file address.h.

uint8_t EpInfo::epAttribs

Definition at line 39 of file address.h.

uint8_t EpInfo::maxPktSize

Definition at line 35 of file address.h.


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