Home
last modified time | relevance | path

Searched refs:usb_hw_t (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dusb.h470 } usb_hw_t; typedef
472 #define usb_hw ((usb_hw_t *)USBCTRL_REGS_BASE)
473 static_assert(sizeof (usb_hw_t) == 0x009c, "");
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dusb.h596 } usb_hw_t; typedef
598 #define usb_hw ((usb_hw_t *)USBCTRL_REGS_BASE)
599 static_assert(sizeof (usb_hw_t) == 0x0118, "");
/hal_rpi_pico-latest/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/
Drp2040_usb_device_enumeration.c113 usb_hw_t *usb_hw_set = (usb_hw_t *)hw_set_alias_untyped(usb_hw); in hw_enumeration_fix_force_ls_j()