Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: STM32F407VET6_USBHostMSD STM32F407VET6_USBHostMouse STM32F407VET6_USBHostKeyboard STM32F407VET6_USBHostMSD_1
USBHALHost2_F401RE.cpp
00001 #if defined(TARGET_NUCLEO_F401RE)||defined(TARGET_NUCLEO_F411RE)||defined(TARGET_NUCLEO_F446RE)||defined(TARGET_ARCH_MAX) 00002 #include "USBHALHost.h" 00003 00004 // usbh_conf.c 00005 HCD_HandleTypeDef hhcd_USB_OTG_FS; 00006 00007 extern "C" { 00008 void OTG_FS_IRQHandler(void) 00009 { 00010 HAL_NVIC_ClearPendingIRQ(OTG_FS_IRQn); 00011 HAL_HCD_IRQHandler(&hhcd_USB_OTG_FS); 00012 } 00013 } 00014 00015 #endif 00016
Generated on Wed Jul 13 2022 07:15:48 by
