TinyUSB Library
msch_interface_t::stage
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::stage
msch_interface_t::stage field
Syntax
Show:
Summary
Declaration
from
msc_host.c:69
uint8_t
stage
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
stage
;
msc_host.c:69
p_msc
->
stage
=
MSC_STAGE_CMD
;
msc_host.c:138
tuh_msc_scsi_command()
switch
(
p_msc
->
stage
)
{
msc_host.c:317
msch_xfer_cb()
p_msc
->
stage
=
MSC_STAGE_DATA
;
msc_host.c:324
msch_xfer_cb()
p_msc
->
stage
=
MSC_STAGE_STATUS
;
msc_host.c:329
msch_xfer_cb()
p_msc
->
stage
=
MSC_STAGE_STATUS
;
msc_host.c:336
msch_xfer_cb()
p_msc
->
stage
=
MSC_STAGE_IDLE
;
msc_host.c:342
msch_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
msch_interface_t::stage
is written by 2 functions and is read by 1 function:
tuh_msc_scsi_command()
msch_xfer_cb()
All items filtered out
msch_interface_t::stage
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