MG32F10x Standard Peripherals Firmware Library
成员变量
NVIC_InitTypeDef结构体 参考

NVIC Init Structure definition 更多...

#include <misc.h>

成员变量

uint8_t NVIC_IRQChannel
 
uint8_t NVIC_IRQChannelPreemptionPriority
 
uint8_t NVIC_IRQChannelSubPriority
 
FunctionalState NVIC_IRQChannelCmd
 

详细描述

NVIC Init Structure definition

结构体成员变量说明

◆ NVIC_IRQChannel

uint8_t NVIC_IRQChannel

Specifies the IRQ channel to be enabled or disabled. This parameter can be a value of IRQn_Type (For the complete MG32 Devices IRQ Channels list, please refer to mg32f10x.h file)

◆ NVIC_IRQChannelCmd

FunctionalState NVIC_IRQChannelCmd

Specifies whether the IRQ channel defined in NVIC_IRQChannel will be enabled or disabled. This parameter can be set either to ENABLE or DISABLE

◆ NVIC_IRQChannelPreemptionPriority

uint8_t NVIC_IRQChannelPreemptionPriority

Specifies the pre-emption priority for the IRQ channel specified in NVIC_IRQChannel. This parameter can be a value between 0 and 15 as described in the table NVIC_Priority_Table

◆ NVIC_IRQChannelSubPriority

uint8_t NVIC_IRQChannelSubPriority

Specifies the subpriority level for the IRQ channel specified in NVIC_IRQChannel. This parameter can be a value between 0 and 15 as described in the table NVIC_Priority_Table


该结构体的文档由以下文件生成: