nRF5 SDK v17.1.0
Data Fields
app_usbd_descriptor_ep_t Struct Reference

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated