TinyUSB Library
hidd_interface_t::ep_out
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_out
hidd_interface_t::ep_out field
Syntax
Show:
Summary
Declaration
from
hid_device.c:45
uint8_t
ep_out
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ep_out
;
// optional Out endpoint
hid_device.c:45
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
(
p_hid
->
ep_out
)
{
hid_device.c:249
hidd_open()
if
(
!
usbd_edpt_xfer
(
rhport
,
p_hid
->
ep_out
,
p_hid
->
epout_buf
,
sizeof
(
p_hid
->
epout_buf
)
)
)
{
hid_device.c:250
hidd_open()
if
(
(
ep_addr
==
p_hid
->
ep_out
)
||
(
ep_addr
==
p_hid
->
ep_in
)
)
{
hid_device.c:380
hidd_xfer_cb()
TU_ASSERT
(
usbd_edpt_xfer
(
rhport
,
p_hid
->
ep_out
,
p_hid
->
epout_buf
,
sizeof
(
p_hid
->
epout_buf
)
)
)
;
hid_device.c:402
hidd_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidd_interface_t::ep_out
is read by 2 functions:
All items filtered out
hidd_interface_t::ep_out
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