TinyUSB Library
msch_interface_t::buffer
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
msch_interface_t::buffer
msch_interface_t::buffer field
Syntax
Show:
Summary
Declaration
from
msc_host.c:70
void
*
buffer
;
Examples
References
from
examples
Code
Location
Referrer
void
*
buffer
;
msc_host.c:70
p_msc
->
buffer
=
data
;
msc_host.c:139
tuh_msc_scsi_command()
if
(
cbw
->
total_bytes
&&
p_msc
->
buffer
)
{
msc_host.c:322
msch_xfer_cb()
TU_ASSERT
(
usbh_edpt_xfer
(
dev_addr
,
ep_data
,
p_msc
->
buffer
,
(
uint16_t
)
cbw
->
total_bytes
)
)
;
msc_host.c:326
msch_xfer_cb()
.
scsi_data
=
p_msc
->
buffer
,
msc_host.c:348
msch_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
msch_interface_t::buffer
is written by 1 function and is read by 1 function:
tuh_msc_scsi_command()
All items filtered out
msch_interface_t::buffer
msch_xfer_cb()
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