31 #define USBDEV_CPU_DMA_ALIGNMENT       (4) 
   36 #define USBDEV_CPU_DMA_REQUIREMENTS    __attribute__((aligned(USBDEV_CPU_DMA_ALIGNMENT))) 
   46 #define STM32_USBDEV_FS_CONFIG_FLAG_DISCONN_INVERTED 0x01 
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
 
uint8_t flags
Configuration flags.
 
uintptr_t base_addr
USB peripheral base address.