TinyUSB Library
+
0
/1 examples
SourceVu will show references to
msc_cbw_t
from the following samples and libraries:
host_cdc_msc_hid sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
msc_cbw_t
msc_cbw_t struct
Command Block Wrapper
Syntax
Show:
Summary
Declaration
from
msc.h:82
typedef
struct
TU_ATTR_PACKED
{
uint32_t
signature
;
uint32_t
tag
;
uint32_t
total_bytes
;
uint8_t
dir
;
uint8_t
lun
;
uint8_t
cmd_len
;
uint8_t
command
[
16
]
;
}
msc_cbw_t
;
Fields
Field
Declared as
msc_cbw_t::signature
uint32_t
msc_cbw_t::tag
uint32_t
msc_cbw_t::total_bytes
uint32_t
msc_cbw_t::dir
uint8_t
msc_cbw_t::lun
uint8_t
msc_cbw_t::cmd_len
uint8_t
msc_cbw_t::command
uint8_t
[
16
]
Related Functions
Found 2 other functions taking a
msc_cbw_t
argument:
Function
tuh_msc_scsi_command()
cbw_init()
Examples
msc_cbw_t
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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