Common configuration for STM32 OTG HS peripheral with on-chip FS PHY. More...
Common configuration for STM32 OTG HS peripheral with on-chip FS PHY.
All STM32 boards which use the on-chip FS 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_fs.h.
 Include dependency graph for cfg_usb_otg_hs_phy_fs.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | DWC2_USB_OTG_HS_ENABLED | 
| Enable the full speed USB OTG peripheral.   | |
| #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 FS configuration.   | |
| #define DWC2_USB_OTG_HS_ENABLED | 
Enable the full speed USB OTG peripheral.
Definition at line 32 of file cfg_usb_otg_hs_phy_fs.h.
| #define USBDEV_NUMOF ARRAY_SIZE(dwc2_usb_otg_fshs_config) | 
Number of available USB OTG peripherals.
Definition at line 54 of file cfg_usb_otg_hs_phy_fs.h.
      
  | 
  static | 
Common USB OTG FS configuration.
Definition at line 37 of file cfg_usb_otg_hs_phy_fs.h.