TinyUSB Library
cdc_desc_func_call_management_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_call_management_t
cdc_desc_func_call_management_t struct
Call Management Functional Descriptor This functional descriptor describes the processing of calls for the Communications Class interface.
Syntax
Show:
Summary
Declaration
from
cdc.h:286
typedef
struct
TU_ATTR_PACKED
{
uint8_t
bLength
;
uint8_t
bDescriptorType
;
uint8_t
bDescriptorSubType
;
struct
{
uint8_t
handle_call
:
1
;
uint8_t
send_recv_call
:
1
;
uint8_t
TU_RESERVED
:
6
;
}
bmCapabilities
;
uint8_t
bDataInterface
;
}
cdc_desc_func_call_management_t
;
Fields
Field
Declared as
cdc_desc_func_call_management_t::bLength
uint8_t
cdc_desc_func_call_management_t::bDescriptorType
uint8_t
cdc_desc_func_call_management_t::bDescriptorSubType
uint8_t
cdc_desc_func_call_management_t::bmCapabilities
struct
{
uint8_t
handle_call
:
1
;
uint8_t
send_recv_call
:
1
;
uint8_t
TU_RESERVED
:
6
;
}
cdc_desc_func_call_management_t::bDataInterface
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