TinyUSB Library
_msch_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_buffer
_msch_buffer variable
Syntax
Show:
Summary
Declaration
from
msc_host.c:82
CFG_TUH_MEM_ALIGN
static
uint8_t
_msch_buffer
[
sizeof
(
scsi_inquiry_resp_t
)
]
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
_msch_buffer
[
sizeof
(
scsi_inquiry_resp_t
)
]
;
msc_host.c:83
.
buffer
=
_msch_buffer
,
msc_host.c:426
msch_set_config()
p_msc
->
max_lun
=
(
XFER_RESULT_SUCCESS
==
xfer
->
result
)
?
_msch_buffer
[
0
]
:
0
;
msc_host.c:440
config_get_maxlun_complete()
tuh_msc_read_capacity
(
dev_addr
,
cbw
->
lun
,
(
scsi_read_capacity10_resp_t
*
)
(
(
void
*
)
_msch_buffer
)
,
msc_host.c:458
config_test_unit_ready_complete()
TU_ASSERT
(
tuh_msc_request_sense
(
dev_addr
,
cbw
->
lun
,
_msch_buffer
,
config_request_sense_complete
,
0
)
)
;
msc_host.c:465
config_test_unit_ready_complete()
scsi_read_capacity10_resp_t
*
resp
=
(
scsi_read_capacity10_resp_t
*
)
(
(
void
*
)
_msch_buffer
)
;
msc_host.c:489
config_read_capacity_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_msch_buffer
is read by 4 functions:
All items filtered out
_msch_buffer
msch_set_config()
config_get_maxlun_complete()
config_test_unit_ready_complete()
config_read_capacity_complete()
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