TinyUSB Library
hidd_interface_t::ctrl_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::ctrl_buf
hidd_interface_t::ctrl_buf field
Syntax
Show:
Summary
Declaration
from
hid_device.c:56
uint8_t
ctrl_buf
[
CFG_TUD_HID_EP_BUFSIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ctrl_buf
[
CFG_TUD_HID_EP_BUFSIZE
]
;
hid_device.c:56
uint8_t
*
report_buf
=
p_hid
->
ctrl_buf
;
hid_device.c:294
hidd_control_xfer_cb()
tud_control_xfer
(
rhport
,
request
,
p_hid
->
ctrl_buf
,
xferlen
)
;
hid_device.c:308
hidd_control_xfer_cb()
TU_VERIFY
(
request
->
wLength
<=
sizeof
(
p_hid
->
ctrl_buf
)
)
;
hid_device.c:314
hidd_control_xfer_cb()
tud_control_xfer
(
rhport
,
request
,
p_hid
->
ctrl_buf
,
request
->
wLength
)
;
hid_device.c:315
hidd_control_xfer_cb()
uint8_t
const
*
report_buf
=
p_hid
->
ctrl_buf
;
hid_device.c:320
hidd_control_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidd_interface_t::ctrl_buf
is read by 1 function:
All items filtered out
hidd_interface_t::ctrl_buf
hidd_control_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