#include <dwc_otg_driver.h>
Data Fields | |
| void * | base |
| Base address returned from ioremap(). | |
| dwc_otg_core_if_t * | core_if |
| Pointer to the core interface structure. | |
| uint32_t | reg_offset |
| Register offset for Diagnostic API. | |
| dwc_otg_pcd * | pcd |
| Pointer to the PCD structure. | |
| dwc_otg_hcd * | hcd |
| Pointer to the HCD structure. | |
| uint8_t | common_irq_installed |
| Flag to indicate whether the common IRQ handler is installed. | |
Definition at line 56 of file dwc_otg_driver.h.
1.4.7