stm32 USB OTG configuration More...
stm32 USB OTG configuration
Definition at line 827 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
uint8_t * | periph |
USB peripheral base address. | |
uint32_t | rcc_mask |
bit in clock enable register | |
stm32_usb_otg_fshs_phy_t | phy |
Built-in or ULPI phy. | |
stm32_usb_otg_fshs_type_t | type |
FS or HS type. | |
uint8_t | irqn |
IRQ channel. | |
uint8_t | ahb |
AHB bus. | |
gpio_t | dm |
Data- gpio. | |
gpio_t | dp |
Data+ gpio. | |
gpio_af_t | af |
Alternative function. | |