USB_Host_Shield_2.0
|
#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 | |
} | |
}; | |
union { ... } |
uint8_t EpInfo::bmNakPower |
uint8_t EpInfo::bmRcvToggle |
uint8_t EpInfo::bmSndToggle |
uint8_t EpInfo::epAddr |
uint8_t EpInfo::epAttribs |
uint8_t EpInfo::maxPktSize |