TinyUSB Library
TUSB_DIR_IN_MASK
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
TUSB_DIR_IN_MASK
TUSB_DIR_IN_MASK value
Syntax
Show:
Summary
Declaration
from
tusb_types.h:62
TUSB_DIR_IN_MASK
=
0x80
;
Examples
References
from
examples
Code
Location
Referrer
TUSB_DIR_IN_MASK
=
0x80
tusb_types.h:62
cbw
.
dir
=
TUSB_DIR_IN_MASK
;
msc_host.c:160
tuh_msc_read_capacity()
cbw
.
dir
=
TUSB_DIR_IN_MASK
;
msc_host.c:176
tuh_msc_inquiry()
cbw
.
dir
=
TUSB_DIR_IN_MASK
;
msc_host.c:210
tuh_msc_request_sense()
cbw
.
dir
=
TUSB_DIR_IN_MASK
;
msc_host.c:231
tuh_msc_read10()
uint8_t
const
ep_data
=
(
cbw
->
dir
&
TUSB_DIR_IN_MASK
)
?
p_msc
->
ep_in
:
p_msc
->
ep_out
;
msc_host.c:325
msch_xfer_cb()
return
(
addr
&
TUSB_DIR_IN_MASK
)
?
TUSB_DIR_IN
:
TUSB_DIR_OUT
;
tusb_types.h:488
tu_edpt_dir()
return
(
uint8_t
)
(
addr
&
(
~
TUSB_DIR_IN_MASK
)
)
;
tusb_types.h:493
tu_edpt_number()
return
(
uint8_t
)
(
num
|
(
dir
?
TUSB_DIR_IN_MASK
:
0
)
)
;
tusb_types.h:497
tu_edpt_addr()
dcd_edpt_stall
(
event
.
rhport
,
0
|
TUSB_DIR_IN_MASK
)
;
usbd.c:621
tud_task_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TUSB_DIR_IN_MASK
is read by 9 functions:
All items filtered out
TUSB_DIR_IN_MASK
tu_edpt_dir()
tu_edpt_number()
tu_edpt_addr()
tud_task_ext()
tuh_msc_read_capacity()
tuh_msc_inquiry()
tuh_msc_request_sense()
tuh_msc_read10()
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