![]() |
nRF5 SDK
v12.3.0
|
Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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. | |
Endpoint descriptor.
Endpoint descriptor, returned as a part of configuration descriptor.