|
USB Host Shield 2.0
|
#include <cdcprolific.h>


Additional Inherited Members | |
Public Attributes inherited from ACM | |
| EpInfo | epInfo [ACM_MAX_ENDPOINTS] |
Static Public Attributes inherited from ACM | |
| static const uint8_t | epDataInIndex = 1 |
| static const uint8_t | epDataOutIndex = 2 |
| static const uint8_t | epInterruptInIndex = 3 |
Protected Member Functions inherited from ACM | |
| void | PrintEndpointDescriptor (const USB_ENDPOINT_DESCRIPTOR *ep_ptr) |
Protected Attributes inherited from ACM | |
| USB * | pUsb |
| CDCAsyncOper * | pAsync |
| uint8_t | bAddress |
| uint8_t | bConfNum |
| uint8_t | bControlIface |
| uint8_t | bDataIface |
| uint8_t | bNumEP |
| uint32_t | qNextPollTime |
| volatile bool | bPollEnable |
| volatile bool | ready |
| tty_features | _enhanced_status |
Definition at line 122 of file cdcprolific.h.
| PL2303::PL2303 | ( | USB * | pusb, |
| CDCAsyncOper * | pasync | ||
| ) |
Definition at line 19 of file cdcprolific.cpp.
Reimplemented from ACM.
Definition at line 24 of file cdcprolific.cpp.