19 #ifndef CFG_USB_OTG_FS_H
20 #define CFG_USB_OTG_FS_H
22 #include "periph_cpu.h"
31 #define STM32_USB_OTG_FS_ENABLED
39 .
periph = (uint8_t *)USB_OTG_FS_PERIPH_BASE,
40 .rcc_mask = RCC_AHB2ENR_OTGFSEN,
41 .phy = STM32_USB_OTG_PHY_BUILTIN,
55 #define USBDEV_NUMOF ARRAY_SIZE(stm32_usb_otg_fshs_config)