TinyUSB Library
next_buffer_ptr
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
next_buffer_ptr
next_buffer_ptr variable
Syntax
Show:
Summary
Declaration
from
dcd_rp2040.c:51
static
uint8_t
*
next_buffer_ptr
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
*
next_buffer_ptr
;
dcd_rp2040.c:51
ep
->
hw_data_buf
=
next_buffer_ptr
;
dcd_rp2040.c:78
_hw_endpoint_alloc()
next_buffer_ptr
+=
size
;
dcd_rp2040.c:79
_hw_endpoint_alloc()
assert
(
(
(
uintptr_t
)
next_buffer_ptr
&
0b111111u
)
==
0
)
;
dcd_rp2040.c:81
_hw_endpoint_alloc()
hard_assert
(
hw_data_offset
(
next_buffer_ptr
)
<=
USB_DPRAM_MAX
)
;
dcd_rp2040.c:83
_hw_endpoint_alloc()
next_buffer_ptr
=
&
usb_dpram
->
epx_data
[
0
]
;
dcd_rp2040.c:112
_hw_endpoint_close()
next_buffer_ptr
=
&
usb_dpram
->
epx_data
[
0
]
;
dcd_rp2040.c:233
reset_non_control_endpoints()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
next_buffer_ptr
is written by 3 functions and is read by 1 function:
_hw_endpoint_alloc()
_hw_endpoint_close()
reset_non_control_endpoints()
All items filtered out
next_buffer_ptr
_hw_endpoint_alloc()
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