cdc_acm_host sample
cdc_header_desc_t
is only used within cdc_acm_host sample.
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
ESP-IDF Framework and Examples
cdc_acm_host sample
cdc_header_desc_t
cdc_header_desc_t struct
USB CDC Header Functional Descriptor @see Table 15, USB CDC specification rev. 1.2
Syntax
Show:
Summary
Declaration
from
usb_types_cdc.h:189
typedef
struct
{
uint8_t
bFunctionLength
;
const
uint8_t
bDescriptorType
;
const
cdc_desc_subtype_t
bDescriptorSubtype
;
uint16_t
bcdCDC
;
}
__attribute__
(
(
packed
)
)
cdc_header_desc_t
;
Fields
Field
Declared as
cdc_header_desc_t::bFunctionLength
uint8_t
cdc_header_desc_t::bDescriptorType
const
uint8_t
cdc_header_desc_t::bDescriptorSubtype
const
cdc_desc_subtype_t
cdc_header_desc_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