<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<IP DBVersion="V3.0" IPType="service" IpGroup="" Name="NVIC" Version="STM32F301" xmlns="http://mcd.rou.st.com/modules.php?name=mcu">
	<About>NVIC: Nested Vectored Interrupt Controller</About>
	<RefParameter Comment="Priority Group" DefaultValue="NVIC_PRIORITYGROUP_4" Group="" Name="PriorityGroup" Type="list">
		<PossibleValue Comment="4 bits for pre-emption priority 0 bits for subpriority" Semaphore="NVIC_PRIORITYGROUP_4" Value="NVIC_PRIORITYGROUP_4"/>
		<Condition Diagnostic="4 bits for pre-emption priority if FreeRTOS in use" Expression="S_FREERTOS"/>
	</RefParameter>
	<RefParameter Comment="Priority Group" DefaultValue="NVIC_PRIORITYGROUP_4" Group="" Name="PriorityGroup" Type="list">
		<PossibleValue Comment="0 bits for pre-emption priority 4 bits for subpriority" Semaphore="NVIC_PRIORITYGROUP_0" Value="NVIC_PRIORITYGROUP_0"/>
		<PossibleValue Comment="1 bits for pre-emption priority 3 bits for subpriority" Semaphore="NVIC_PRIORITYGROUP_1" Value="NVIC_PRIORITYGROUP_1"/>
		<PossibleValue Comment="2 bits for pre-emption priority 2 bits for subpriority" Semaphore="NVIC_PRIORITYGROUP_2" Value="NVIC_PRIORITYGROUP_2"/>
		<PossibleValue Comment="3 bits for pre-emption priority 1 bits for subpriority" Semaphore="NVIC_PRIORITYGROUP_3" Value="NVIC_PRIORITYGROUP_3"/>
		<PossibleValue Comment="4 bits for pre-emption priority 0 bits for subpriority" Semaphore="NVIC_PRIORITYGROUP_4" Value="NVIC_PRIORITYGROUP_4"/>
		<Condition Diagnostic="" Expression="!S_FREERTOS"/>
	</RefParameter>
	<RefParameter Comment="Preemption Priority" DefaultValue="0" Group="" Max="0" Min="0" Name="PreemptionPriority" Type="integer">
		<Condition Diagnostic="0 bits for pre-emption priority" Expression="NVIC_PRIORITYGROUP_0"/>
	</RefParameter>
	<RefParameter Comment="Preemption Priority" DefaultValue="0" Group="" Max="1" Min="0" Name="PreemptionPriority" Type="integer">
		<Condition Diagnostic="1 bits for pre-emption priority" Expression="NVIC_PRIORITYGROUP_1"/>
	</RefParameter>
	<RefParameter Comment="Preemption Priority" DefaultValue="0" Group="" Max="3" Min="0" Name="PreemptionPriority" Type="integer">
		<Condition Diagnostic="2 bits for pre-emption priority" Expression="NVIC_PRIORITYGROUP_2"/>
	</RefParameter>
	<RefParameter Comment="Preemption Priority" DefaultValue="0" Group="" Max="7" Min="0" Name="PreemptionPriority" Type="integer">
		<Condition Diagnostic="3 bits for pre-emption priority" Expression="NVIC_PRIORITYGROUP_3"/>
	</RefParameter>
	<RefParameter Comment="Preemption Priority" DefaultValue="0" Group="" Max="15" Min="0" Name="PreemptionPriority" Type="integer">
		<Condition Diagnostic="4 bits for pre-emption priority" Expression="NVIC_PRIORITYGROUP_4"/>
	</RefParameter>
	<RefParameter Comment="Sub Priority" DefaultValue="0" Group="" Max="15" Min="0" Name="SubPriority" Type="integer">
		<Condition Diagnostic="4 bits for subpriority" Expression="NVIC_PRIORITYGROUP_0"/>
	</RefParameter>
	<RefParameter Comment="Sub Priority" DefaultValue="0" Group="" Max="7" Min="0" Name="SubPriority" Type="integer">
		<Condition Diagnostic="3 bits for subpriority" Expression="NVIC_PRIORITYGROUP_1"/>
	</RefParameter>
	<RefParameter Comment="Sub Priority" DefaultValue="0" Group="" Max="3" Min="0" Name="SubPriority" Type="integer">
		<Condition Diagnostic="2 bits for subpriority" Expression="NVIC_PRIORITYGROUP_2"/>
	</RefParameter>
	<RefParameter Comment="Sub Priority" DefaultValue="0" Group="" Max="1" Min="0" Name="SubPriority" Type="integer">
		<Condition Diagnostic="1 bits for subpriority" Expression="NVIC_PRIORITYGROUP_3"/>
	</RefParameter>
	<RefParameter Comment="Sub Priority" DefaultValue="0" Group="" Max="0" Min="0" Name="SubPriority" Type="integer">
		<Condition Diagnostic="0 bits for subpriority" Expression="NVIC_PRIORITYGROUP_4"/>
	</RefParameter>
	<RefParameter Comment="Interrupt Table" DefaultValue="" Group="" Name="IRQn" Type="list" Visible="false">
		<PossibleValue Comment="Non maskable interrupt" Value="NonMaskableInt_IRQn:N,IF_HAL::HAL_RCC_NMI_IRQHandler:CSSEnabled"/>
		<PossibleValue Comment="Hard fault interrupt" Value="HardFault_IRQn:N,W1:::"/>
		<PossibleValue Comment="Memory management fault" Value="MemoryManagement_IRQn:Y,W1:::"/>
		<PossibleValue Comment="Pre-fetch fault, memory access fault" Value="BusFault_IRQn:Y,W1:::"/>
		<PossibleValue Comment="Undefined instruction or illegal state" Value="UsageFault_IRQn:Y,W1:::"/>
		<PossibleValue Comment="System service call via SWI instruction" Value="SVCall_IRQn:Y,RTOS::NONE:"/>
		<PossibleValue Comment="Debug monitor" Value="DebugMonitor_IRQn:Y::NONE:"/>
		<PossibleValue Comment="Pendable request for system service" Value="PendSV_IRQn:Y,RTOS::NONE:"/>
		<PossibleValue Comment="System tick timer" Value="SysTick_IRQn:Y:::"/>
		<PossibleValue Comment="Window watchdog interrupt" Value="WWDG_IRQn:Y:WWDG:HAL_WWDG_IRQHandler:"/>
		<PossibleValue Comment="PVD interrupt through EXTI line16" Value="PVD_IRQn:Y,NO_ARG::HAL_PWR_PVD_IRQHandler:"/>
		<PossibleValue Comment="RTC tamper and timestamp through EXTI line 19" Condition="RTC_TAMPER_INTERRUPT|RTC_TIMESTAMP_INTERRUPT" Diagnostic="" Value="TAMP_STAMP_IRQn:Y,HAL:RTC:HAL_RTCEx_TamperTimeStampIRQHandler:"/>
		<PossibleValue Comment="RTC wake-up interrupt through EXTI line 20" Condition="RTC_WAKEUP_INTERRUPT" Diagnostic="" Value="RTC_WKUP_IRQn:Y,HAL:RTC:HAL_RTCEx_WakeUpTimerIRQHandler:"/>
		<PossibleValue Comment="Flash global interrupt" Value="FLASH_IRQn:Y,NO_ARG::HAL_FLASH_IRQHandler:"/>
		<PossibleValue Comment="RCC global interrupt" Value="RCC_IRQn:Y:RCC:NONE:"/>
		<PossibleValue Comment="EXTI line0 interrupt" Value="EXTI0_IRQn:Y,EXTI:EXTI0:HAL_GPIO_EXTI_IRQHandler:0,0"/>
		<PossibleValue Comment="EXTI line1 interrupt" Value="EXTI1_IRQn:Y,EXTI:EXTI1:HAL_GPIO_EXTI_IRQHandler:1,1"/>
		<PossibleValue Comment="EXTI line2 and Touch Sense controller" Value="EXTI2_TSC_IRQn:Y,EXTI1:EXTI2,TSC:HAL_GPIO_EXTI_IRQHandler,TSC:2,2"/>
		<PossibleValue Comment="EXTI line3 interrupt" Value="EXTI3_IRQn:Y,EXTI:EXTI3:HAL_GPIO_EXTI_IRQHandler:3,3"/>
		<PossibleValue Comment="EXTI line4 interrupt" Value="EXTI4_IRQn:Y,EXTI:EXTI4:HAL_GPIO_EXTI_IRQHandler:4,4"/>
		<PossibleValue Comment="DMA1 channel1 global interrupt" Value="DMA1_Channel1_IRQn:Y,DMAL0:DMA:DMA1:1,1"/>
		<PossibleValue Comment="DMA1 channel2 global interrupt" Value="DMA1_Channel2_IRQn:Y,DMAL0:DMA:DMA1:2,2"/>
		<PossibleValue Comment="DMA1 channel3 global interrupt" Value="DMA1_Channel3_IRQn:Y,DMAL0:DMA:DMA1:3,3"/>
		<PossibleValue Comment="DMA1 channel4 global interrupt" Value="DMA1_Channel4_IRQn:Y,DMAL0:DMA:DMA1:4,4"/>
		<PossibleValue Comment="DMA1 channel5 global interrupt" Value="DMA1_Channel5_IRQn:Y,DMAL0:DMA:DMA1:5,5"/>
		<PossibleValue Comment="DMA1 channel6 global interrupt" Value="DMA1_Channel6_IRQn:Y,DMAL0:DMA:DMA1:6,6"/>
		<PossibleValue Comment="DMA1 channel7 global interrupt" Value="DMA1_Channel7_IRQn:Y,DMAL0:DMA:DMA1:7,7"/>
		<PossibleValue Comment="ADC1 interrupt" Value="ADC1_IRQn:Y:ADC1:HAL_ADC_IRQHandler:"/>
		<PossibleValue Comment="CAN TX and USB high priority interrupts" Value="USB_HP_CAN_TX_IRQn:Y,CAN_USB:CAN,USB:CAN,PCD:can,pcd_USB_FS"/>
		<PossibleValue Comment="CAN RX0 and USB low priority interrupts" Value="USB_LP_CAN_RX0_IRQn:Y,CAN_USB:CAN,USB:CAN,PCD:can,pcd_USB_FS"/>
		<PossibleValue Comment="CAN RX1 interrupt" Value="CAN_RX1_IRQn:Y:CAN:HAL_CAN_IRQHandler:"/>
		<PossibleValue Comment="CAN SCE interrupt" Value="CAN_SCE_IRQn:Y:CAN:HAL_CAN_IRQHandler:"/>
		<PossibleValue Comment="EXTI line[9:5] interrupts" Value="EXTI9_5_IRQn:Y,EXTI:EXTI5,EXTI6,EXTI7,EXTI8,EXTI9:HAL_GPIO_EXTI_IRQHandler:5,9"/>
		<PossibleValue Comment="TIM1 break and TIM15 interrupts" Value="TIM1_BRK_TIM15_IRQn:Y,2V1:TIM1,TIM15:TIM,TIM:"/>
		<PossibleValue Comment="TIM1 update and TIM16 interrupts" Value="TIM1_UP_TIM16_IRQn:Y,2V1:TIM1,TIM16:TIM,TIM:"/>
		<PossibleValue Comment="TIM1 trigger, commutation and TIM17 interrupts" Value="TIM1_TRG_COM_TIM17_IRQn:Y,2V1:TIM1,TIM17:TIM,TIM:"/>
		<PossibleValue Comment="TIM1 capture compare interrupt" Value="TIM1_CC_IRQn:Y:TIM1:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="TIM2 global interrupt" Value="TIM2_IRQn:Y:TIM2:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="I2C1 event global interrupt / I2C1 wake-up interrupt through EXTI line 23" Value="I2C1_EV_IRQn:Y,1H:I2C1:I2C_EV,SMBUS_EV:"/>
		<PossibleValue Comment="I2C1 error interrupt" Value="I2C1_ER_IRQn:Y,1H:I2C1:I2C_ER,SMBUS_ER:"/>
		<PossibleValue Comment="I2C2 event global interrupt / I2C2 wake-up interrupt through EXTI line 24" Value="I2C2_EV_IRQn:Y,1H:I2C2:I2C_EV,SMBUS_EV:"/>
		<PossibleValue Comment="I2C2 error interrupt" Value="I2C2_ER_IRQn:Y,1H:I2C2:I2C_ER,SMBUS_ER:"/>
		<PossibleValue Comment="SPI2 global interrupt" Value="SPI2_IRQn:Y:SPI2,I2S2::"/>
		<PossibleValue Comment="USART1 global interrupt / USART1 wake-up interrupt through EXTI line 25" Value="USART1_IRQn:Y:USART1::"/>
		<PossibleValue Comment="USART2 global interrupt" Value="USART2_IRQn:Y:USART2::"/>
		<PossibleValue Comment="USART3 global interrupt" Value="USART3_IRQn:Y:USART3::"/>
		<PossibleValue Comment="EXTI line[15:10] interrupts" Value="EXTI15_10_IRQn:Y,EXTI:EXTI10,EXTI11,EXTI12,EXTI13,EXTI14,EXTI15:HAL_GPIO_EXTI_IRQHandler:10,15"/>
		<PossibleValue Comment="RTC alarms A and B interrupt through EXTI line17" Condition="RTC_ALARM_INTERRUPT" Diagnostic="" Value="RTC_Alarm_IRQn:Y,HAL:RTC:HAL_RTC_AlarmIRQHandler:"/>
		<PossibleValue Comment="USB wake-up interrupt" Value="USBWakeUp_IRQn:Y:USB:HAL_PCD_IRQHandler:"/>
		<PossibleValue Comment="SPI3 global interrupt" Value="SPI3_IRQn:Y:SPI3,I2S3::"/>
		<PossibleValue Comment="TIM6 global interrupt, DAC interrupts" Value="TIM6_DAC_IRQn:Y,2V1:TIM6,DAC:TIM,DAC:"/>
		<PossibleValue Comment="COMP2 global interrupt through EXTI line 22" Condition="force:COMP2_EXTI_IT_ENABLED" Diagnostic="set:forced to enabled as COMP2 Interrupt Trigger Mode parameter is not set to none;reset:forced to disabled as COMP2 Trigger Mode parameter is set to none" Value="COMP2_IRQn:Y:COMP2:HAL_COMP_IRQHandler:"/>
		<PossibleValue Comment="COMP4 and COMP6 interrupts through EXTI lines 30 and 32" Condition="force:(COMP4_EXTI_IT_ENABLED|COMP6_EXTI_IT_ENABLED);warning:COMP4_6_IRQn&amp;((!COMP4_EXTI_IT_ENABLED&amp;TEMP_COMP4_NVIC_SEM)|(!COMP6_EXTI_IT_ENABLED&amp;TEMP_COMP6_NVIC_SEM))" Diagnostic="set:forced to enabled as the Interrupt Trigger Mode parameter of at least one comparator is not set to none;reset:forced to disabled as all comparator Interrupt Trigger Mode parameters are set to none;warning:interrupt won't be triggered for this comparator as the Interrupt Trigger Mode parameter is set to none" Value="COMP4_6_IRQn:Y,2V1:COMP4,COMP6:COMP,COMP:"/>
		<PossibleValue Comment="I2C3 event interrupt / I2C3 wake-up interrupt through EXTI line 27" Value="I2C3_EV_IRQn:Y,1H:I2C3:I2C_EV,SMBUS_EV:"/>
		<PossibleValue Comment="I2C3 error interrupt" Value="I2C3_ER_IRQn:Y,1H:I2C3:I2C_ER,SMBUS_ER:"/>
		<PossibleValue Comment="USB high priority remap interrupt" Value="USB_HP_IRQn:Y:USB:HAL_PCD_IRQHandler:"/>
		<PossibleValue Comment="USB low priority remap  interrupt" Value="USB_LP_IRQn:Y:USB:HAL_PCD_IRQHandler:"/>
		<PossibleValue Comment="USB wake-up remap interrupt" Value="USBWakeUp_RMP_IRQn:Y:USB:HAL_PCD_IRQHandler:"/>
		<PossibleValue Comment="Floating point unit interrupt" Value="FPU_IRQn:Y::NONE:"/>
	</RefParameter>
</IP>
