minipix_uart_interface
A library and examples for the MiniPIX UART interface
stm32f4xx_it.c File Reference

Interrupt Service Routines. More...

#include "main.h"
#include "stm32f4xx_it.h"
+ Include dependency graph for stm32f4xx_it.c:

Functions

void NMI_Handler (void)
 This function handles Non maskable interrupt. More...
 
void HardFault_Handler (void)
 This function handles Hard fault interrupt. More...
 
void MemManage_Handler (void)
 This function handles Memory management fault. More...
 
void BusFault_Handler (void)
 This function handles Pre-fetch fault, memory access fault. More...
 
void UsageFault_Handler (void)
 This function handles Undefined instruction or illegal state. More...
 
void SVC_Handler (void)
 This function handles System service call via SWI instruction. More...
 
void DebugMon_Handler (void)
 This function handles Debug monitor. More...
 
void PendSV_Handler (void)
 This function handles Pendable request for system service. More...
 
void SysTick_Handler (void)
 This function handles System tick timer. More...
 
void DMA1_Stream5_IRQHandler (void)
 This function handles DMA1 stream5 global interrupt. More...
 
void DMA2_Stream1_IRQHandler (void)
 This function handles DMA2 stream1 global interrupt. More...
 
void DMA2_Stream2_IRQHandler (void)
 This function handles DMA2 stream2 global interrupt. More...
 
void USART6_IRQHandler (void)
 This function handles USART6 global interrupt. More...
 
void USART1_IRQHandler (void)
 This function handles USART6 global interrupt. More...
 

Variables

DMA_HandleTypeDef hdma_usart1_rx
 
DMA_HandleTypeDef hdma_usart2_rx
 
DMA_HandleTypeDef hdma_usart6_rx
 
UART_HandleTypeDef huart1
 
UART_HandleTypeDef huart2
 
UART_HandleTypeDef huart6
 

Detailed Description

Interrupt Service Routines.

Attention

© Copyright (c) 2021 STMicroelectronics. All rights reserved.

This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause

Function Documentation

◆ BusFault_Handler()

void BusFault_Handler ( void  )

This function handles Pre-fetch fault, memory access fault.

◆ DebugMon_Handler()

void DebugMon_Handler ( void  )

This function handles Debug monitor.

◆ DMA1_Stream5_IRQHandler()

void DMA1_Stream5_IRQHandler ( void  )

This function handles DMA1 stream5 global interrupt.

◆ DMA2_Stream1_IRQHandler()

void DMA2_Stream1_IRQHandler ( void  )

This function handles DMA2 stream1 global interrupt.

◆ DMA2_Stream2_IRQHandler()

void DMA2_Stream2_IRQHandler ( void  )

This function handles DMA2 stream2 global interrupt.

◆ HardFault_Handler()

void HardFault_Handler ( void  )

This function handles Hard fault interrupt.

◆ MemManage_Handler()

void MemManage_Handler ( void  )

This function handles Memory management fault.

◆ NMI_Handler()

void NMI_Handler ( void  )

This function handles Non maskable interrupt.

◆ PendSV_Handler()

void PendSV_Handler ( void  )

This function handles Pendable request for system service.

◆ SVC_Handler()

void SVC_Handler ( void  )

This function handles System service call via SWI instruction.

◆ SysTick_Handler()

void SysTick_Handler ( void  )

This function handles System tick timer.

◆ UsageFault_Handler()

void UsageFault_Handler ( void  )

This function handles Undefined instruction or illegal state.

◆ USART1_IRQHandler()

void USART1_IRQHandler ( void  )

This function handles USART6 global interrupt.

◆ USART6_IRQHandler()

void USART6_IRQHandler ( void  )

This function handles USART6 global interrupt.

Variable Documentation

◆ hdma_usart1_rx

DMA_HandleTypeDef hdma_usart1_rx

◆ hdma_usart2_rx

DMA_HandleTypeDef hdma_usart2_rx

◆ hdma_usart6_rx

DMA_HandleTypeDef hdma_usart6_rx

◆ huart1

UART_HandleTypeDef huart1

◆ huart2

UART_HandleTypeDef huart2

◆ huart6

UART_HandleTypeDef huart6