Loading...
Searching...
No Matches
usb_desc_call_mngt_t Struct Reference

USB CDC call management functional descriptor. More...

Detailed Description

USB CDC call management functional descriptor.

See also
USB CDC 1.2 PSTN spec table 13

Definition at line 254 of file cdc.h.

#include <cdc.h>

Data Fields

uint8_t length
 Size of this descriptor.
 
uint8_t type
 Descriptor type (USB_TYPE_DESCRIPTOR_CDC)
 
uint8_t subtype
 Descriptor subtype (USB_CDC_DESCR_SUBTYPE_CALL_MGMT)
 
uint8_t capabilities
 Supported capabilities.
 
uint8_t data_if
 Interface number used for the call management.
 

Field Documentation

◆ capabilities

uint8_t usb_desc_call_mngt_t::capabilities

Supported capabilities.

Definition at line 258 of file cdc.h.

◆ data_if

uint8_t usb_desc_call_mngt_t::data_if

Interface number used for the call management.

Definition at line 259 of file cdc.h.

◆ length

uint8_t usb_desc_call_mngt_t::length

Size of this descriptor.

Definition at line 255 of file cdc.h.

◆ subtype

uint8_t usb_desc_call_mngt_t::subtype

Descriptor subtype (USB_CDC_DESCR_SUBTYPE_CALL_MGMT)

Definition at line 257 of file cdc.h.

◆ type

uint8_t usb_desc_call_mngt_t::type

Descriptor type (USB_TYPE_DESCRIPTOR_CDC)

Definition at line 256 of file cdc.h.


The documentation for this struct was generated from the following file: