TinyUSB Library
hidd_interface_t::epout_buf
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::epout_buf
hidd_interface_t::epout_buf field
Syntax
Show:
Summary
Declaration
from
hid_device.c:58
CFG_TUSB_MEM_ALIGN
uint8_t
epout_buf
[
CFG_TUD_HID_EP_BUFSIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
CFG_TUSB_MEM_ALIGN
uint8_t
epout_buf
[
CFG_TUD_HID_EP_BUFSIZE
]
;
hid_device.c:58
if
(
!
usbd_edpt_xfer
(
rhport
,
p_hid
->
ep_out
,
p_hid
->
epout_buf
,
sizeof
(
p_hid
->
epout_buf
)
)
)
{
hid_device.c:250
hidd_open()
tud_hid_set_report_cb
(
instance
,
0
,
HID_REPORT_TYPE_OUTPUT
,
p_hid
->
epout_buf
,
(
uint16_t
)
xferred_bytes
)
;
hid_device.c:396
hidd_xfer_cb()
tud_hid_report_failed_cb
(
instance
,
HID_REPORT_TYPE_OUTPUT
,
p_hid
->
epout_buf
,
(
uint16_t
)
xferred_bytes
)
;
hid_device.c:398
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::epout_buf
is read by 2 functions:
All items filtered out
hidd_interface_t::epout_buf
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