USB Device - Joystick/Mouse
1.0
|
Main Interrupt Service Routines. This file provides template for all exceptions handler and peripherals interrupt service routine. More...
Functions | |
uint32_t | USBD_OTG_ISR_Handler (USB_OTG_CORE_HANDLE *pdev) |
void | USB_OTG_BSP_TimerIRQ (void) |
void | xPortSysTickHandler (void) |
void | Camera_IRQHandler (void) |
void | Ethernet_IRQHandler (void) |
void | NMI_Handler (void) |
This function handles NMI exception. More... | |
void | HardFault_Handler (void) |
This function handles Hard Fault exception. More... | |
void | MemManage_Handler (void) |
This function handles Memory Manage exception. More... | |
void | BusFault_Handler (void) |
This function handles Bus Fault exception. More... | |
void | UsageFault_Handler (void) |
This function handles Usage Fault exception. More... | |
void | DebugMon_Handler (void) |
This function handles Debug Monitor exception. More... | |
void | SVC_Handler (void) |
This function handles SVCall exception. More... | |
void | PendSV_Handler (void) |
This function handles PendSV_Handler exception. More... | |
void | SysTick_Handler (void) |
This function handles SysTick Handler. More... | |
void | TIM2_IRQHandler (void) |
TIM2_IRQHandler This function handles Timer2 Handler. More... | |
void | OTG_FS_IRQHandler (void) |
OTG_FS_IRQHandler This function handles USB-On-The-Go FS global interrupt request. More... | |
void | OTG_HS_IRQHandler (void) |
This function handles OTG_HS Handler. More... | |
void | SDIO_IRQHandler (void) |
This function handles SDIO global interrupt request. More... | |
void | SD_SDIO_DMA_IRQHANDLER (void) |
This function handles DMA2 Stream3 or DMA2 Stream6 global interrupts requests. More... | |
void | DMA2_Stream1_IRQHandler (void) |
This function handles DMA2 Stream1 global interrupt request. More... | |
Variables | |
volatile unsigned long | HighFrequencyTimerTicks = 0 |
USB_OTG_CORE_HANDLE | USB_OTG_Core |
USB_OTG_CORE_HANDLE | USB_OTG_HS_dev |
__IO uint8_t | DMA_Interrupt_arbiter = 0 |
Main Interrupt Service Routines. This file provides template for all exceptions handler and peripherals interrupt service routine.
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
void BusFault_Handler | ( | void | ) |
This function handles Bus Fault exception.
None |
None |
void DebugMon_Handler | ( | void | ) |
This function handles Debug Monitor exception.
None |
None |
void DMA2_Stream1_IRQHandler | ( | void | ) |
This function handles DMA2 Stream1 global interrupt request.
None |
None |
void HardFault_Handler | ( | void | ) |
This function handles Hard Fault exception.
None |
None |
void MemManage_Handler | ( | void | ) |
This function handles Memory Manage exception.
None |
None |
void NMI_Handler | ( | void | ) |
This function handles NMI exception.
None |
None |
void OTG_FS_IRQHandler | ( | void | ) |
OTG_FS_IRQHandler This function handles USB-On-The-Go FS global interrupt request.
requests.
None |
None |
void OTG_HS_IRQHandler | ( | void | ) |
This function handles OTG_HS Handler.
None |
None |
void PendSV_Handler | ( | void | ) |
This function handles PendSV_Handler exception.
None |
None |
void SD_SDIO_DMA_IRQHANDLER | ( | void | ) |
This function handles DMA2 Stream3 or DMA2 Stream6 global interrupts requests.
None |
None |
void SDIO_IRQHandler | ( | void | ) |
This function handles SDIO global interrupt request.
None |
None |
void SVC_Handler | ( | void | ) |
This function handles SVCall exception.
None |
None |
void SysTick_Handler | ( | void | ) |
This function handles SysTick Handler.
None |
None |
void TIM2_IRQHandler | ( | void | ) |
TIM2_IRQHandler This function handles Timer2 Handler.
None |
None |
void UsageFault_Handler | ( | void | ) |
This function handles Usage Fault exception.
None |
None |