USB CDC ECM descriptor. More...
#include <cdc.h>
Data Fields | |
uint8_t | length |
Size of this descriptor. | |
uint8_t | type |
Descriptor type (USB_TYPE_DESCRIPTOR_CDC) | |
uint8_t | subtype |
Descriptor subtype (USB_CDC_DESCR_SUBTYPE_ETH_NET) | |
uint8_t | macaddress |
Index of the string containing the ethernet MAC address. | |
uint32_t | ethernetstatistics |
Bitmap indicating the statistics caps. | |
uint16_t | maxsegmentsize |
Maximum segment size of the interface. | |
uint16_t | numbermcfilters |
Number of configurable multicast filters. | |
uint8_t | numberpowerfilters |
Number of pattern filters for host wake-up. | |