TinyUSB Library
tuh_msc_scsi_command()
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
tuh_msc_scsi_command()
tuh_msc_scsi_command() function
Syntax
Show:
Summary
Declaration
Definition
from
msc_host.h:76
bool
tuh_msc_scsi_command
(
uint8_t
daddr
,
msc_cbw_t
const
*
cbw
,
void
*
data
,
tuh_msc_complete_cb_t
complete_cb
,
uintptr_t
arg
)
;
Implemented in
msc_host.c:129
Arguments
Argument
daddr
cbw
data
complete_cb
arg
Examples
References
from
examples
Code
Location
Referrer
bool
tuh_msc_scsi_command
(
uint8_t
daddr
,
msc_cbw_t
const
*
cbw
,
void
*
data
,
msc_host.c:129
bool
tuh_msc_scsi_command
(
uint8_t
daddr
,
msc_cbw_t
const
*
cbw
,
void
*
data
,
tuh_msc_complete_cb_t
complete_cb
,
uintptr_t
arg
)
;
msc_host.h:76
return
tuh_msc_scsi_command
(
dev_addr
,
&
cbw
,
response
,
complete_cb
,
arg
)
;
msc_host.c:164
tuh_msc_read_capacity()
return
tuh_msc_scsi_command
(
dev_addr
,
&
cbw
,
response
,
complete_cb
,
arg
)
;
msc_host.c:185
tuh_msc_inquiry()
return
tuh_msc_scsi_command
(
dev_addr
,
&
cbw
,
NULL
,
complete_cb
,
arg
)
;
msc_host.c:201
tuh_msc_test_unit_ready()
return
tuh_msc_scsi_command
(
dev_addr
,
&
cbw
,
response
,
complete_cb
,
arg
)
;
msc_host.c:219
tuh_msc_request_sense()
return
tuh_msc_scsi_command
(
dev_addr
,
&
cbw
,
buffer
,
complete_cb
,
arg
)
;
msc_host.c:241
tuh_msc_read10()
return
tuh_msc_scsi_command
(
dev_addr
,
&
cbw
,
(
void
*
)
(
uintptr_t
)
buffer
,
complete_cb
,
arg
)
;
msc_host.c:263
tuh_msc_write10()
Call Tree
from
examples
tuh_msc_scsi_command()
is called by 6 functions and calls 4 functions:
tuh_msc_read_capacity()
tuh_msc_inquiry()
tuh_msc_test_unit_ready()
tuh_msc_request_sense()
tuh_msc_read10()
tuh_msc_write10()
All items filtered out
tuh_msc_scsi_command()
usbh_edpt_xfer()
usbh_edpt_claim()
usbh_edpt_release()
get_itf()
All items filtered out
Data Use
from
examples
tuh_msc_scsi_command()
reads 3 variables and writes 5 variables:
::MSC_STAGE_CMD
msch_interface_t::ep_out
msch_interface_t::configured
All items filtered out
tuh_msc_scsi_command()
msch_interface_t::stage
msch_interface_t::buffer
msch_interface_t::complete_cb
msch_interface_t::complete_arg
msch_interface_t::cbw
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