MG32F10x Standard Peripherals Firmware Library
函数
mg32f10x_it.c 文件参考

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

#include "mg32f10x_it.h"

函数

void NMI_Handler (void)
 This function handles NMI exception. 更多...
 
void HardFault_Handler (void)
 This function handles Hard Fault exception. 更多...
 
void MemManage_Handler (void)
 This function handles Memory Manage exception. 更多...
 
void BusFault_Handler (void)
 This function handles Bus Fault exception. 更多...
 
void UsageFault_Handler (void)
 This function handles Usage Fault exception. 更多...
 
void SVC_Handler (void)
 This function handles SVCall exception. 更多...
 
void DebugMon_Handler (void)
 This function handles Debug Monitor exception. 更多...
 
void PendSV_Handler (void)
 This function handles PendSVC exception. 更多...
 
void SysTick_Handler (void)
 This function handles SysTick Handler. 更多...
 

详细描述

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

作者
megawin Application Team
版本
V0.1.10
日期
05-January-2023