Go to the source code of this file.
◆ dwc2_dcd_int_disable()
static TU_ATTR_ALWAYS_INLINE void dwc2_dcd_int_disable |
( |
uint8_t |
rhport | ) |
|
|
inlinestatic |
◆ dwc2_dcd_int_enable()
static TU_ATTR_ALWAYS_INLINE void dwc2_dcd_int_enable |
( |
uint8_t |
rhport | ) |
|
|
inlinestatic |
◆ dwc2_phy_init()
static void dwc2_phy_init |
( |
dwc2_regs_t * |
dwc2, |
|
|
uint8_t |
hs_phy_type |
|
) |
| |
|
inlinestatic |
◆ dwc2_phy_update()
static void dwc2_phy_update |
( |
dwc2_regs_t * |
dwc2, |
|
|
uint8_t |
hs_phy_type |
|
) |
| |
|
inlinestatic |
◆ dwc2_remote_wakeup_delay()
static void dwc2_remote_wakeup_delay |
( |
void |
| ) |
|
|
inlinestatic |
Initial value:{
#endif
#include "em_device.h"
#define DWC2_REG_BASE (USB_BASE + offsetof(USB_TypeDef, GOTGCTL))
#define DWC2_EP_MAX 7
{
{ .reg_base = DWC2_REG_BASE, .irqnum = USB_IRQn, .ep_count = DWC2_EP_MAX, .ep_fifo_size = 2048 }
}
static const dwc2_controller_t _dwc2_controller[]