minipix_uart_interface
A library and examples for the MiniPIX UART interface
|
Go to the documentation of this file.
22 #ifndef __STM32F4xx_IT_H
23 #define __STM32F4xx_IT_H
void SysTick_Handler(void)
This function handles System tick timer.
Definition: stm32f4xx_it.c:176
void HardFault_Handler(void)
This function handles Hard fault interrupt.
Definition: stm32f4xx_it.c:88
void NMI_Handler(void)
This function handles Non maskable interrupt.
Definition: stm32f4xx_it.c:75
void DMA1_Stream5_IRQHandler(void)
This function handles DMA1 stream5 global interrupt.
Definition: stm32f4xx_it.c:196
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
Definition: stm32f4xx_it.c:127
void DebugMon_Handler(void)
This function handles Debug monitor.
Definition: stm32f4xx_it.c:152
void BusFault_Handler(void)
This function handles Pre-fetch fault, memory access fault.
Definition: stm32f4xx_it.c:114
void DMA2_Stream2_IRQHandler(void)
This function handles DMA2 stream2 global interrupt.
Definition: stm32f4xx_it.c:222
void PendSV_Handler(void)
This function handles Pendable request for system service.
Definition: stm32f4xx_it.c:164
void MemManage_Handler(void)
This function handles Memory management fault.
Definition: stm32f4xx_it.c:101
void SVC_Handler(void)
This function handles System service call via SWI instruction.
Definition: stm32f4xx_it.c:140
void DMA2_Stream1_IRQHandler(void)
This function handles DMA2 stream1 global interrupt.
Definition: stm32f4xx_it.c:209