EFM32 Happy Gecko Software Documentation
efm32hg-doc-4.2.1
|
USB Endpoint Descriptor. More...
#include <em_usb.h>
Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint8_t | bEndpointAddress |
uint8_t | bmAttributes |
uint16_t | wMaxPacketSize |
uint8_t | bInterval |
uint8_t USB_EndpointDescriptor_TypeDef::bLength |
uint8_t USB_EndpointDescriptor_TypeDef::bDescriptorType |
uint8_t USB_EndpointDescriptor_TypeDef::bEndpointAddress |
uint8_t USB_EndpointDescriptor_TypeDef::bmAttributes |
This field describes the endpoint attributes
Definition at line 503 of file em_usb.h.
Referenced by USBD_Init().
uint16_t USB_EndpointDescriptor_TypeDef::wMaxPacketSize |
Maximum packet size for the endpoint
Definition at line 504 of file em_usb.h.
Referenced by USBD_Init().
uint8_t USB_EndpointDescriptor_TypeDef::bInterval |