AM261x MCU+ SDK  11.00.00
usb_handle_t Struct Reference

Detailed Description

Structure representing the USB device handle.

Data Fields

uint32_t cfg_base
 
dwc_usb3_device_tdwc_usb3_dev
 
HwiP_Params hwiParamsUsb
 
HwiP_Object hwiObjUsb
 

Field Documentation

◆ cfg_base

uint32_t usb_handle_t::cfg_base

Base address of the USB DWC3 interface configuration registers.

◆ dwc_usb3_dev

dwc_usb3_device_t* usb_handle_t::dwc_usb3_dev

Pointer to the global USB device structure.

◆ hwiParamsUsb

HwiP_Params usb_handle_t::hwiParamsUsb

Parameters for configuring the USB interrupt.

◆ hwiObjUsb

HwiP_Object usb_handle_t::hwiObjUsb

Object representing the USB interrupt handler.