Home
last modified time | relevance | path

Searched refs:DCFG_DEVSPEED (Results 1 – 1 of 1) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/
A Ddrv_usb_regs.h619 #define DCFG_DEVSPEED(regval) (DCFG_DS & ((regval) << 0)) /*!< device speed configuration … macro
621 #define USB_SPEED_EXP_HIGH DCFG_DEVSPEED(0U) /*!< device external PHY high s…
622 #define USB_SPEED_EXP_FULL DCFG_DEVSPEED(1U) /*!< device external PHY full s…
623 #define USB_SPEED_INP_FULL DCFG_DEVSPEED(3U) /*!< device internal PHY full s…

Completed in 7 milliseconds