22#include "periph_cpu.h" 
   32#define DWC2_USB_OTG_HS_ENABLED 
   39        .periph   = USB_OTG_HS_PERIPH_BASE,
 
   42        .rcc_mask = RCC_AHB1ENR_OTGHSEN,
 
 
   54#define USBDEV_NUMOF           ARRAY_SIZE(dwc2_usb_otg_fshs_config) 
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
@ GPIO_AF12
use alternate function 12
 
static const dwc2_usb_otg_fshs_config_t dwc2_usb_otg_fshs_config[]
Common USB OTG FS configuration.
 
Low level USB FS/HS driver definitions for MCUs with Synopsys DWC2 IP core.
 
@ DWC2_USB_OTG_PHY_BUILTIN
on-chip FS PHY
 
@ DWC2_USB_OTG_HS
High speed peripheral.