MG32F10x Standard Peripherals Firmware Library
Functions
mg32f10x_it.c File Reference

Main Interrupt Service Routines. This file provides template for all exceptions handler and peripherals interrupt service routine. More...

#include "mg32f10x_it.h"

Functions

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 SVC_Handler (void)
 This function handles SVCall exception. More...
 
void DebugMon_Handler (void)
 This function handles Debug Monitor exception. More...
 
void PendSV_Handler (void)
 This function handles PendSVC exception. More...
 
void SysTick_Handler (void)
 This function handles SysTick Handler. More...
 

Detailed Description

Main Interrupt Service Routines. This file provides template for all exceptions handler and peripherals interrupt service routine.

Author
megawin Application Team
Version
V0.1.10
Date
05-January-2023