SmartBar
Loading...
Searching...
No Matches
stm32f3xx_it.c File Reference

Interrupt Service Routines. More...

#include "main.h"
#include "stm32f3xx_it.h"

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 DebugMon_Handler (void)
 This function handles Debug monitor.
 
void EXTI9_5_IRQHandler (void)
 This function handles EXTI line[9:5] interrupts.
 
void USART2_IRQHandler (void)
 This function handles USART2 global interrupt / USART2 wake-up interrupt through EXTI line 26.
 
void USART3_IRQHandler (void)
 This function handles USART3 global interrupt / USART3 wake-up interrupt through EXTI line 28.
 
void TIM6_DAC_IRQHandler (void)
 This function handles TIM6 global interrupt and DAC1 underrun interrupt.
 

Variables

UART_HandleTypeDef huart2
 
UART_HandleTypeDef huart3
 
TIM_HandleTypeDef htim6
 

Detailed Description

Interrupt Service Routines.

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.