TinyUSB Library
cdch_serial_driver_t::set_data_format
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
cdch_serial_driver_t::set_data_format
cdch_serial_driver_t::set_data_format field
Syntax
Show:
Summary
Declaration
from
cdc_host.c:170
bool
(
*
const
set_data_format
)
(
cdch_interface_t
*
p_cdc
,
uint8_t
stop_bits
,
uint8_t
parity
,
uint8_t
data_bits
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
Examples
References
from
examples
Code
Location
Referrer
bool
(
*
const
set_data_format
)
(
cdch_interface_t
*
p_cdc
,
uint8_t
stop_bits
,
uint8_t
parity
,
uint8_t
data_bits
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
cdc_host.c:170
.
set_data_format
=
acm_set_data_format
,
cdc_host.c:183
.
set_data_format
=
ftdi_set_data_format
,
cdc_host.c:195
.
set_data_format
=
cp210x_set_data_format
,
cdc_host.c:208
.
set_data_format
=
ch34x_set_data_format
,
cdc_host.c:221
return
driver
->
set_data_format
(
p_cdc
,
stop_bits
,
parity
,
data_bits
,
complete_cb
,
user_data
)
;
cdc_host.c:578
tuh_cdc_set_data_format()
bool
ret
=
driver
->
set_data_format
(
p_cdc
,
stop_bits
,
parity
,
data_bits
,
complete_cb
,
(
uintptr_t
)
&
result
)
;
cdc_host.c:582
tuh_cdc_set_data_format()
Call Tree
from
examples
cdch_serial_driver_t::set_data_format
is called by 1 function:
tuh_cdc_set_data_format()
All items filtered out
cdch_serial_driver_t::set_data_format
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