USB Host Shield 2.0
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 39 of file address.h.

Member Data Documentation

◆ epAddr

uint8_t EpInfo::epAddr

Definition at line 40 of file address.h.

◆ maxPktSize

uint8_t EpInfo::maxPktSize

Definition at line 41 of file address.h.

◆ epAttribs

uint8_t EpInfo::epAttribs

Definition at line 44 of file address.h.

◆ bmSndToggle

uint8_t EpInfo::bmSndToggle

Definition at line 47 of file address.h.

◆ bmRcvToggle

uint8_t EpInfo::bmRcvToggle

Definition at line 48 of file address.h.

◆ bmNakPower

uint8_t EpInfo::bmNakPower

Definition at line 49 of file address.h.

◆ 

union { ... }

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