Structure representing the USB device handle.
Data Fields | |
| uint32_t | cfg_base |
| dwc_usb3_device_t * | dwc_usb3_dev |
| HwiP_Params | hwiParamsUsb |
| HwiP_Object | hwiObjUsb |
| uint32_t usb_handle_t::cfg_base |
Base address of the USB DWC3 interface configuration registers.
| dwc_usb3_device_t* usb_handle_t::dwc_usb3_dev |
Pointer to the global USB device structure.
| HwiP_Params usb_handle_t::hwiParamsUsb |
Parameters for configuring the USB interrupt.
| HwiP_Object usb_handle_t::hwiObjUsb |
Object representing the USB interrupt handler.