app_usbd_descriptor_ep_t

nRF5 SDK v13.1.0

Endpoint descriptor. More...

#include <app_usbd_descriptor.h>

Data Fields

uint8_t bLength
Size of the descriptor in bytes.
uint8_t bDescriptorType
Should equal to APP_USBD_DESCRIPTOR_ENDPOINT .
uint8_t bEndpointAddress
Endpoint address.
uint8_t bmAttributes
Endpoint attributes.
uint16_t wMaxPacketSize
Maximum packet size this endpoint is capable of handling.
uint8_t bInterval
Interval for pooling endpoint for data transfers.

Detailed Description

Endpoint descriptor.

Endpoint descriptor, returned as a part of configuration descriptor.

  • components/libraries/usbd/app_usbd_descriptor.h