TinyUSB Library
cdch_interface_t
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
cdch_interface_t
cdch_interface_t struct
Syntax
Show:
Summary
Declaration
from
cdc_host.c:50
typedef
struct
{
uint8_t
daddr
;
uint8_t
bInterfaceNumber
;
uint8_t
bInterfaceSubClass
;
uint8_t
bInterfaceProtocol
;
uint8_t
ep_notif
;
uint8_t
serial_drid
;
bool
mounted
;
cdc_acm_capability_t
acm_capability
;
TU_ATTR_ALIGNED
(
4
)
cdc_line_coding_t
line_coding
;
uint8_t
line_state
;
#if
CFG_TUH_CDC_FTDI
||
CFG_TUH_CDC_CP210X
||
CFG_TUH_CDC_CH34X
cdc_line_coding_t
requested_line_coding
;
#endif
tuh_xfer_cb_t
user_control_cb
;
struct
{
tu_edpt_stream_t
tx
;
tu_edpt_stream_t
rx
;
uint8_t
tx_ff_buf
[
CFG_TUH_CDC_TX_BUFSIZE
]
;
CFG_TUH_MEM_ALIGN
uint8_t
tx_ep_buf
[
CFG_TUH_CDC_TX_EPSIZE
]
;
uint8_t
rx_ff_buf
[
CFG_TUH_CDC_TX_BUFSIZE
]
;
CFG_TUH_MEM_ALIGN
uint8_t
rx_ep_buf
[
CFG_TUH_CDC_TX_EPSIZE
]
;
}
stream
;
}
cdch_interface_t
;
Fields
Field
Declared as
cdch_interface_t::daddr
uint8_t
cdch_interface_t::bInterfaceNumber
uint8_t
cdch_interface_t::bInterfaceSubClass
uint8_t
cdch_interface_t::bInterfaceProtocol
uint8_t
cdch_interface_t::ep_notif
uint8_t
cdch_interface_t::serial_drid
uint8_t
cdch_interface_t::mounted
bool
cdch_interface_t::acm_capability
cdc_acm_capability_t
cdch_interface_t::line_coding
TU_ATTR_ALIGNED
(
4
)
cdc_line_coding_t
cdch_interface_t::line_state
uint8_t
cdch_interface_t::requested_line_coding
cdc_line_coding_t
cdch_interface_t::user_control_cb
tuh_xfer_cb_t
cdch_interface_t::stream
struct
{
tu_edpt_stream_t
tx
;
tu_edpt_stream_t
rx
;
uint8_t
tx_ff_buf
[
CFG_TUH_CDC_TX_BUFSIZE
]
;
CFG_TUH_MEM_ALIGN
uint8_t
tx_ep_buf
[
CFG_TUH_CDC_TX_EPSIZE
]
;
uint8_t
rx_ff_buf
[
CFG_TUH_CDC_TX_BUFSIZE
]
;
CFG_TUH_MEM_ALIGN
uint8_t
rx_ep_buf
[
CFG_TUH_CDC_TX_EPSIZE
]
;
}
Related Functions
Found 27 other functions taking a
cdch_interface_t
argument:
Function
set_config_complete()
open_ep_stream_pair()
acm_set_line_coding()
ch34x_control_out()
ch34x_set_data_format()
ftdi_sio_set_request()
cp210x_set_request()
acm_set_control_line_state()
ftdi_sio_set_modem_ctrl()
ftdi_sio_set_baudrate()
ch34x_set_modem_ctrl()
cp210x_set_baudrate()
cp210x_set_modem_ctrl()
ch34x_write_reg()
ch34x_write_reg_baudrate()
ftdi_set_data_format()
ftdi_set_line_coding()
acm_set_data_format()
acm_set_baudrate()
ch34x_set_request()
cp210x_set_line_coding()
cp210x_set_data_format()
ch34x_set_baudrate()
ch34x_set_line_coding()
ftdi_sio_reset()
cp210x_ifc_enable()
ch34x_control_in()
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