TinyUSB Library
+
0
/1 examples
SourceVu will show references to
tuh_msc_complete_data_t
from the following samples and libraries:
host_cdc_msc_hid sample
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
tuh_msc_complete_data_t
tuh_msc_complete_data_t struct
Syntax
Show:
Summary
Declaration
from
msc_host.h:44
typedef
struct
{
msc_cbw_t
const
*
cbw
;
msc_csw_t
const
*
csw
;
void
*
scsi_data
;
uintptr_t
user_arg
;
}
tuh_msc_complete_data_t
;
Fields
Field
Declared as
tuh_msc_complete_data_t::cbw
msc_cbw_t
const
*
tuh_msc_complete_data_t::csw
msc_csw_t
const
*
tuh_msc_complete_data_t::scsi_data
void
*
tuh_msc_complete_data_t::user_arg
uintptr_t
Related Functions
Found 3 other functions taking a
tuh_msc_complete_data_t
argument:
Function
config_test_unit_ready_complete()
config_request_sense_complete()
config_read_capacity_complete()
Examples
tuh_msc_complete_data_t
is referenced by 1 libraries and example projects:
host_cdc_msc_hid sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
struct
{
msc_host.h:44
}
tuh_msc_complete_data_t
;
msc_host.h:49
tuh_msc_complete_data_t
const
cb_data
=
{
msc_host.c:345
msch_xfer_cb()
static
bool
config_test_unit_ready_complete
(
uint8_t
dev_addr
,
tuh_msc_complete_data_t
const
*
cb_data
)
;
msc_host.c:367
config_test_unit_ready_complete()
config_test_unit_ready_complete()::cb_data
static
bool
config_request_sense_complete
(
uint8_t
dev_addr
,
tuh_msc_complete_data_t
const
*
cb_data
)
;
msc_host.c:368
config_request_sense_complete()
config_request_sense_complete()::cb_data
static
bool
config_read_capacity_complete
(
uint8_t
dev_addr
,
tuh_msc_complete_data_t
const
*
cb_data
)
;
msc_host.c:369
config_read_capacity_complete()
config_read_capacity_complete()::cb_data
static
bool
config_test_unit_ready_complete
(
uint8_t
dev_addr
,
tuh_msc_complete_data_t
const
*
cb_data
)
{
msc_host.c:451
config_test_unit_ready_complete()
config_test_unit_ready_complete()::cb_data
static
bool
config_request_sense_complete
(
uint8_t
dev_addr
,
tuh_msc_complete_data_t
const
*
cb_data
)
{
msc_host.c:471
config_request_sense_complete()
config_request_sense_complete()::cb_data
static
bool
config_read_capacity_complete
(
uint8_t
dev_addr
,
tuh_msc_complete_data_t
const
*
cb_data
)
{
msc_host.c:480
config_read_capacity_complete()
config_read_capacity_complete()::cb_data
}
tuh_msc_complete_data_t
;
msc_host.h:49
tuh_msc_complete_data_t
typedef
bool
(
*
tuh_msc_complete_cb_t
)
(
uint8_t
dev_addr
,
tuh_msc_complete_data_t
const
*
cb_data
)
;
msc_host.h:51
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
config_test_unit_ready_complete()::cb_data
config_test_unit_ready_complete()
msc_host.c:367
config_request_sense_complete()::cb_data
config_request_sense_complete()
msc_host.c:368
config_read_capacity_complete()::cb_data
config_read_capacity_complete()
msc_host.c:369
config_test_unit_ready_complete()::cb_data
config_test_unit_ready_complete()
msc_host.c:451
config_request_sense_complete()::cb_data
config_request_sense_complete()
msc_host.c:471
config_read_capacity_complete()::cb_data
config_read_capacity_complete()
msc_host.c:480
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out