firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
stm32f4xx_it.h File Reference

This file contains the headers of the interrupt handlers. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void NMI_Handler (void)
 This function handles Non maskable interrupt.
void HardFault_Handler (void)
 This function handles Hard fault interrupt.
void MemManage_Handler (void)
 This function handles Memory management fault.
void BusFault_Handler (void)
 This function handles Pre-fetch fault, memory access fault.
void UsageFault_Handler (void)
 This function handles Undefined instruction or illegal state.
void SVC_Handler (void)
 This function handles System service call via SWI instruction.
void DebugMon_Handler (void)
 This function handles Debug monitor.
void PendSV_Handler (void)
 This function handles Pendable request for system service.
void SysTick_Handler (void)
 This function handles System tick timer.
void CAN1_RX0_IRQHandler (void)
 This function handles CAN1 RX0 interrupt.
void TIM1_UP_TIM10_IRQHandler (void)
 This function handles TIM1 update interrupt and TIM10 global interrupt.
void TIM8_UP_TIM13_IRQHandler (void)
 This function handles TIM8 update interrupt and TIM13 global interrupt.
void TIM7_IRQHandler (void)
 This function handles TIM7 global interrupt.

Detailed Description

This file contains the headers of the interrupt handlers.

Attention

Copyright (c) 2024 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Function Documentation

◆ BusFault_Handler()

void BusFault_Handler ( void )

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

◆ CAN1_RX0_IRQHandler()

void CAN1_RX0_IRQHandler ( void )

This function handles CAN1 RX0 interrupt.

◆ DebugMon_Handler()

void DebugMon_Handler ( void )

This function handles Debug monitor.

◆ 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.

◆ TIM1_UP_TIM10_IRQHandler()

void TIM1_UP_TIM10_IRQHandler ( void )

This function handles TIM1 update interrupt and TIM10 global interrupt.

Here is the call graph for this function:

◆ TIM7_IRQHandler()

void TIM7_IRQHandler ( void )

This function handles TIM7 global interrupt.

Here is the call graph for this function:

◆ TIM8_UP_TIM13_IRQHandler()

void TIM8_UP_TIM13_IRQHandler ( void )

This function handles TIM8 update interrupt and TIM13 global interrupt.

Here is the call graph for this function:

◆ UsageFault_Handler()

void UsageFault_Handler ( void )

This function handles Undefined instruction or illegal state.