typedef struct _USB_CDC_ACM_FN_DSC { uint8_t bFNLength; uint8_t bDscType; uint8_t bDscSubType; uint8_t bmCapabilities; } USB_CDC_ACM_FN_DSC;
Abstract Control Management Functional Descriptor
Members |
Description |
uint8_t bFNLength; |
Size of this functional descriptor, in uint8_ts. |
uint8_t bDscType; |
CS_INTERFACE |
uint8_t bDscSubType; |
Abstract Control Management functional descriptor subtype as defined in [USBCDC1.2]. |
uint8_t bmCapabilities; |
The capabilities that this configuration supports. (A bit value of zero means that the request is not supported.) |
MLA - USB Library Help Version : 2.16
![]() |