Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dusb_dpram.h118 } usb_host_dpram_t; typedef
120 static_assert(sizeof(usb_host_dpram_t) == USB_DPRAM_MAX, "");
121 static_assert(offsetof(usb_host_dpram_t, epx_data) == 0x180, "");
124 #define usbh_dpram ((usb_host_dpram_t *)USBCTRL_DPRAM_BASE)
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dusb_dpram.h118 } usb_host_dpram_t; typedef
120 static_assert(sizeof(usb_host_dpram_t) == USB_DPRAM_MAX, "");
121 static_assert(offsetof(usb_host_dpram_t, epx_data) == 0x180, "");
124 #define usbh_dpram ((usb_host_dpram_t *)USBCTRL_DPRAM_BASE)