21#ifndef PERIPH_CPU_USBDEV_H
22#define PERIPH_CPU_USBDEV_H
35#define USBDEV_CPU_DMA_ALIGNMENT (4)
40#define USBDEV_CPU_DMA_REQUIREMENTS __attribute__((aligned(USBDEV_CPU_DMA_ALIGNMENT)))
GPIO CPU definitions for the STM32 family.
gpio_af_t
Override alternative GPIO mode options.
stm32 USB device FS configuration
gpio_af_t af
Alternative function.
gpio_t disconn
GPIO if used for USB disconnect.
uint32_t rcc_mask
bit in clock enable register
uintptr_t base_addr
USB peripheral base address.