mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/usbdev_synopsys_dwc2: add config type for GD32V
This commit is contained in:
parent
47e6136269
commit
7e0d1df9c3
@ -101,6 +101,11 @@ typedef struct {
|
||||
* register in STM32 Reference Manual */
|
||||
#endif /* defined(MODULE_PERIPH_USBDEV_HS_UTMI) */
|
||||
#endif /* defined(MCU_STM32) || DOXYGEN */
|
||||
#if defined(MCU_GD32V)
|
||||
uint32_t rcu_mask; /**< bit in clock enable register */
|
||||
uint8_t irqn; /**< IRQ channel */
|
||||
uint8_t bus; /**< Peripheral bus */
|
||||
#endif
|
||||
} dwc2_usb_otg_fshs_config_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user