TinyUSB Library
cdc_desc_func_union_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_union_t
cdc_desc_func_union_t struct
Union Functional Descriptor (Communication Interface)
Syntax
Show:
Summary
Declaration
from
cdc.h:243
typedef
struct
TU_ATTR_PACKED
{
uint8_t
bLength
;
uint8_t
bDescriptorType
;
uint8_t
bDescriptorSubType
;
uint8_t
bControlInterface
;
uint8_t
bSubordinateInterface
;
}
cdc_desc_func_union_t
;
Fields
Field
Declared as
cdc_desc_func_union_t::bLength
uint8_t
cdc_desc_func_union_t::bDescriptorType
uint8_t
cdc_desc_func_union_t::bDescriptorSubType
uint8_t
cdc_desc_func_union_t::bControlInterface
uint8_t
cdc_desc_func_union_t::bSubordinateInterface
uint8_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