#include <dwc_otg_driver.h>
Data Fields | |
| os_dependent | os_dep |
| Structure containing OS-dependent stuff. | |
| dwc_otg_core_if_t * | core_if |
| Pointer to the core interface structure. | |
| 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 51 of file dwc_otg_driver.h.
|
|
Structure containing OS-dependent stuff. KEEP THIS STRUCT AT THE VERY BEGINNING OF THE DEVICE STRUCT. OSes such as FreeBSD and NetBSD require this. Definition at line 55 of file dwc_otg_driver.h. |
1.3.9.1