This file contains the headers of the interrupt handlers. More...
#include "stm32f4xx_it.h"
#include "stm32f4xx_conf.h"
#include "usb_core.h"
#include "usbd_core.h"
#include "usbd_cdc_core.h"
#include "usbd_cdc_vcp.h"
Go to the source code of this file.
Functions | |
void | OTG_FS_IRQHandler (void) |
This function handles EXTI15_10_IRQ Handler. More... | |
uint32_t | USBD_OTG_ISR_Handler (USB_OTG_CORE_HANDLE *pdev) |
STM32_USBF_OTG_ISR_Handler handles all USB Interrupts. More... | |
This file contains the headers of the interrupt handlers.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
Definition in file stm32f4xx_it.c.
void OTG_FS_IRQHandler | ( | void | ) |
This function handles EXTI15_10_IRQ Handler.
None |
None | This function handles OTG_HS Handler. |
None |
None |
Definition at line 83 of file stm32f4xx_it.c.