TinyUSB Library
cdc_desc_func_acm_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_acm_t
cdc_desc_func_acm_t struct
Abstract Control Management Functional Descriptor This functional descriptor describes the commands supported by by the Communications Class interface with SubClass code of CDC_COMM_SUBCLASS_ABSTRACT_CONTROL_MODEL
Syntax
Show:
Summary
Declaration
from
cdc.h:314
typedef
struct
TU_ATTR_PACKED
{
uint8_t
bLength
;
uint8_t
bDescriptorType
;
uint8_t
bDescriptorSubType
;
cdc_acm_capability_t
bmCapabilities
;
}
cdc_desc_func_acm_t
;
Fields
Field
Declared as
cdc_desc_func_acm_t::bLength
uint8_t
cdc_desc_func_acm_t::bDescriptorType
uint8_t
cdc_desc_func_acm_t::bDescriptorSubType
uint8_t
cdc_desc_func_acm_t::bmCapabilities
cdc_acm_capability_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