TinyUSB Library
hidd_interface_t::ep_in
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
hidd_interface_t::ep_in
hidd_interface_t::ep_in field
Syntax
Show:
Summary
Declaration
from
hid_device.c:44
uint8_t
ep_in
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ep_in
;
hid_device.c:44
uint8_t
const
ep_in
=
_hidd_itf
[
instance
]
.
ep_in
;
hid_device.c:106
tud_hid_n_ready()
TU_VERIFY
(
usbd_edpt_claim
(
rhport
,
p_hid
->
ep_in
)
)
;
hid_device.c:115
tud_hid_n_report()
return
usbd_edpt_xfer
(
rhport
,
p_hid
->
ep_in
,
p_hid
->
epin_buf
,
len
)
;
hid_device.c:126
tud_hid_n_report()
if
(
_hidd_itf
[
hid_id
]
.
ep_in
==
0
)
{
hid_device.c:220
hidd_open()
TU_ASSERT
(
usbd_open_edpt_pair
(
rhport
,
p_desc
,
desc_itf
->
bNumEndpoints
,
TUSB_XFER_INTERRUPT
,
&
p_hid
->
ep_out
,
&
p_hid
->
ep_in
)
,
0
)
;
hid_device.c:236
hidd_open()
if
(
(
ep_addr
==
p_hid
->
ep_out
)
||
(
ep_addr
==
p_hid
->
ep_in
)
)
{
hid_device.c:380
hidd_xfer_cb()
if
(
ep_addr
==
p_hid
->
ep_in
)
{
hid_device.c:386
hidd_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidd_interface_t::ep_in
is read by 4 functions:
All items filtered out
hidd_interface_t::ep_in
tud_hid_n_ready()
tud_hid_n_report()
hidd_open()
hidd_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