Common configuration for STM32 OTG HS peripheral with internal UTMI HS PHY. More...
Common configuration for STM32 OTG HS peripheral with internal UTMI HS PHY.
All STM32 boards which use the internal UTMI HS PHY for the USB OTG HS peripheral use the same configuration. Therefore a common configuration file can be used for these boards.
Definition in file cfg_usb_otg_hs_phy_utmi.h.
Go to the source code of this file.
#define | DWC2_USB_OTG_HS_ENABLED |
Enable the high speed USB OTG peripheral. | |
#define | USBPHYC_TUNE_VALUE 0x00000f13U |
Default value of USBPHYC tuning control register. | |
#define | USBDEV_NUMOF ARRAY_SIZE(dwc2_usb_otg_fshs_config) |
Number of available USB OTG peripherals. | |
static const dwc2_usb_otg_fshs_config_t | dwc2_usb_otg_fshs_config [] |
Common USB OTG HS configuration. | |
#define DWC2_USB_OTG_HS_ENABLED |
Enable the high speed USB OTG peripheral.
Definition at line 38 of file cfg_usb_otg_hs_phy_utmi.h.
#define USBDEV_NUMOF ARRAY_SIZE(dwc2_usb_otg_fshs_config) |
Number of available USB OTG peripherals.
Definition at line 78 of file cfg_usb_otg_hs_phy_utmi.h.
#define USBPHYC_TUNE_VALUE 0x00000f13U |
Default value of USBPHYC tuning control register.
The value of the USBPHYC tuning control register (USBPHYC_TUNE) is used by the USB HS PHY controller for the tuning interface of the internal USB HS PHY, please refer the Reference Manual for STM32F72xxx and STM32F73xxx for details.
The value as defined in the [STM32CubeF7 HAL Driver MCU Component for F7] (https://bit.ly/3es9eFA) is used as default value. If necessary, it can be overridden by the board configuration in periph_conf.h
by defining the value before this file is included.
Definition at line 54 of file cfg_usb_otg_hs_phy_utmi.h.
|
static |
Common USB OTG HS configuration.
Definition at line 60 of file cfg_usb_otg_hs_phy_utmi.h.