19 #ifndef CFG_USB_OTG_HS_FS_H
20 #define CFG_USB_OTG_HS_FS_H
22 #include "periph_cpu.h"
31 #define STM32_USB_OTG_HS_ENABLED
39 .
periph = (uint8_t *)USB_OTG_HS_PERIPH_BASE,
40 .rcc_mask = RCC_AHB1ENR_OTGHSEN,
41 .phy = STM32_USB_OTG_PHY_BUILTIN,
55 #define USBDEV_NUMOF ARRAY_SIZE(stm32_usb_otg_fshs_config)