usb_desc_ecm_t Struct Reference

USB CDC ECM descriptor. More...

Detailed Description

USB CDC ECM descriptor.

See also
USB CDC 1.2 ECM spec table 3

Definition at line 202 of file cdc.h.

#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.
 

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