TinyUSB Library
cdc_desc_func_header_t
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
cdc_desc_func_header_t
cdc_desc_func_header_t struct
Header Functional Descriptor (Communication Interface)
Syntax
Show:
Summary
Declaration
from
cdc.h:234
typedef
struct
TU_ATTR_PACKED
{
uint8_t
bLength
;
uint8_t
bDescriptorType
;
uint8_t
bDescriptorSubType
;
uint16_t
bcdCDC
;
}
cdc_desc_func_header_t
;
Fields
Field
Declared as
cdc_desc_func_header_t::bLength
uint8_t
cdc_desc_func_header_t::bDescriptorType
uint8_t
cdc_desc_func_header_t::bDescriptorSubType
uint8_t
cdc_desc_func_header_t::bcdCDC
uint16_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out