Home
last modified time | relevance | path

Searched refs:usb_device_dpram_t (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dusb_dpram.h88 } usb_device_dpram_t; typedef
90 static_assert(sizeof(usb_device_dpram_t) == USB_DPRAM_MAX, "");
91 static_assert(offsetof(usb_device_dpram_t, epx_data) == 0x180, "");
123 #define usb_dpram ((usb_device_dpram_t *)USBCTRL_DPRAM_BASE)
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dusb_dpram.h88 } usb_device_dpram_t; typedef
90 static_assert(sizeof(usb_device_dpram_t) == USB_DPRAM_MAX, "");
91 static_assert(offsetof(usb_device_dpram_t, epx_data) == 0x180, "");
123 #define usb_dpram ((usb_device_dpram_t *)USBCTRL_DPRAM_BASE)