MG32F10x Standard Peripherals Firmware Library
宏定义 | 函数
misc.c 文件参考

This file provides all the miscellaneous firmware functions (add-on to CMSIS functions). 更多...

#include "misc.h"

宏定义

#define AIRCR_VECTKEY_MASK   ((uint32_t)0x05FA0000)
 

函数

void NVIC_PriorityGroupConfig (uint32_t NVIC_PriorityGroup)
 Configures the priority grouping: pre-emption priority and subpriority. 更多...
 
void NVIC_Init (NVIC_InitTypeDef *NVIC_InitStruct)
 Initializes the NVIC peripheral according to the specified parameters in the NVIC_InitStruct. 更多...
 
void NVIC_SetVectorTable (uint32_t NVIC_VectTab, uint32_t Offset)
 Sets the vector table location and Offset. 更多...
 
void NVIC_SystemLPConfig (uint8_t LowPowerMode, FunctionalState NewState)
 Selects the condition for the system to enter low power mode. 更多...
 
void SysTick_CLKSourceConfig (uint32_t SysTick_CLKSource)
 Configures the SysTick clock source. 更多...
 

详细描述

This file provides all the miscellaneous firmware functions (add-on to CMSIS functions).

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