TinyUSB Library
msch_interface_t::configured
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::configured
msch_interface_t::configured field
Syntax
Show:
Summary
Declaration
from
msc_host.c:60
volatile
bool
configured
;
Examples
References
from
examples
Code
Location
Referrer
volatile
bool
configured
;
// Receive SET_CONFIGURE
msc_host.c:60
TU_VERIFY
(
p_msc
->
configured
)
;
msc_host.c:132
tuh_msc_scsi_command()
TU_VERIFY
(
p_msc
->
configured
)
;
msc_host.c:154
tuh_msc_read_capacity()
TU_VERIFY
(
p_msc
->
configured
)
;
msc_host.c:190
tuh_msc_test_unit_ready()
TU_VERIFY
(
p_msc
->
configured
,
)
;
msc_host.c:300
msch_close()
p_msc
->
configured
=
true
;
msc_host.c:406
msch_set_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
msch_interface_t::configured
is written by 1 function and is read by 4 functions:
msch_set_config()
All items filtered out
msch_interface_t::configured
tuh_msc_scsi_command()
tuh_msc_read_capacity()
tuh_msc_test_unit_ready()
msch_close()
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