TinyUSB Library
::buffer
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
::buffer
::buffer field
Syntax
Show:
Summary
Declaration
from
usbh.c:260
uint8_t
*
buffer
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
buffer
;
usbh.c:260
_ctrl_xfer
.
buffer
=
xfer
->
buffer
;
usbh.c:623
tuh_control_xfer()
.
buffer
=
_ctrl_xfer
.
buffer
,
usbh.c:688
_control_xfer_complete()
TU_ASSERT
(
hcd_edpt_xfer
(
rhport
,
daddr
,
tu_edpt_addr
(
0
,
request
->
bmRequestType_bit
.
direction
)
,
_ctrl_xfer
.
buffer
,
request
->
wLength
)
)
;
usbh.c:718
usbh_control_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::buffer
is written by 1 function and is read by 2 functions:
tuh_control_xfer()
All items filtered out
::buffer
_control_xfer_complete()
usbh_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