PicoSDK
+
0
/2 examples
SourceVu will show references to
usb_device_dpram_t
from the following samples and libraries:
TinyUSB Library
dev_lowlevel sample
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
PicoSDK
usb_device_dpram_t
usb_device_dpram_t struct
Syntax
Show:
Summary
Declaration
from
usb_dpram.h:66
typedef
struct
{
volatile
uint8_t
setup_packet
[
8
]
;
struct
usb_device_dpram_ep_ctrl
{
io_rw_32
in
;
io_rw_32
out
;
}
ep_ctrl
[
USB_NUM_ENDPOINTS
-
1
]
;
struct
usb_device_dpram_ep_buf_ctrl
{
io_rw_32
in
;
io_rw_32
out
;
}
ep_buf_ctrl
[
USB_NUM_ENDPOINTS
]
;
uint8_t
ep0_buf_a
[
0x40
]
;
uint8_t
ep0_buf_b
[
0x40
]
;
uint8_t
epx_data
[
USB_DPRAM_MAX
-
0x180
]
;
}
usb_device_dpram_t
;
Fields
Field
Declared as
usb_device_dpram_t::setup_packet
volatile
uint8_t
[
8
]
usb_device_dpram_t::ep_ctrl
struct
usb_device_dpram_ep_ctrl
{
io_rw_32
in
;
io_rw_32
out
;
}
[
USB_NUM_ENDPOINTS
-
1
]
usb_device_dpram_t::ep_buf_ctrl
struct
usb_device_dpram_ep_buf_ctrl
{
io_rw_32
in
;
io_rw_32
out
;
}
[
USB_NUM_ENDPOINTS
]
usb_device_dpram_t::ep0_buf_a
uint8_t
[
0x40
]
usb_device_dpram_t::ep0_buf_b
uint8_t
[
0x40
]
usb_device_dpram_t::epx_data
uint8_t
[
USB_DPRAM_MAX
-
0x180
]
Examples
usb_device_dpram_t
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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