<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<IP DBVersion="V3.0" IPType="service" IpGroup="" Name="NVIC" Version="STM32F334" 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 line 16" Value="PVD_IRQn:Y,NO_ARG::HAL_PWR_PVD_IRQHandler:"/>
		<PossibleValue Comment="RTC tamper and timestamp interrupts 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 line 0 interrupt" Value="EXTI0_IRQn:Y,EXTI:EXTI0:HAL_GPIO_EXTI_IRQHandler:0,0"/>
		<PossibleValue Comment="EXTI line 1 interrupt" Value="EXTI1_IRQn:Y,EXTI:EXTI1:HAL_GPIO_EXTI_IRQHandler:1,1"/>
		<PossibleValue Comment="EXTI line 2 and touch sense controller" Value="EXTI2_TSC_IRQn:Y,EXTI1:EXTI2,TSC:HAL_GPIO_EXTI_IRQHandler,TSC:2,2"/>
		<PossibleValue Comment="EXTI line 3 interrupt" Value="EXTI3_IRQn:Y,EXTI:EXTI3:HAL_GPIO_EXTI_IRQHandler:3,3"/>
		<PossibleValue Comment="EXTI line 4 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 and ADC2 interrupts" Value="ADC1_2_IRQn:Y,2V1:ADC1,ADC2:ADC,ADC:"/>
		<PossibleValue Comment="CAN TX interrupt" Value="CAN_TX_IRQn:Y:CAN:HAL_CAN_IRQHandler:"/>
		<PossibleValue Comment="CAN RX0 interrupt" Value="CAN_RX0_IRQn:Y:CAN:HAL_CAN_IRQHandler:"/>
		<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 and 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="TIM3 global interrupt" Value="TIM3_IRQn:Y:TIM3:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="I2C1 event global interrupt / I2C1 wake-up interrupt through EXT 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="SPI1 global interrupt" Value="SPI1_IRQn:Y:SPI1,I2S1::"/>
		<PossibleValue Comment="USART1 global interrupt / USART1 wake-up interrupt through EXT line 25" Value="USART1_IRQn:Y:USART1::"/>
		<PossibleValue Comment="USART2 global interrupt / USART2 wake-up interrupt through EXT line 26" Value="USART2_IRQn:Y:USART2::"/>
		<PossibleValue Comment="USART3 global interrupt / USART3 wake-up interrupt through EXT line 28" 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 line 17" Condition="RTC_ALARM_INTERRUPT" Diagnostic="" Value="RTC_Alarm_IRQn:Y,HAL:RTC:HAL_RTC_AlarmIRQHandler:"/>
		<PossibleValue Comment="SPI3 global interrupt" Value="SPI3_IRQn:Y:SPI3,I2S3::"/>
		<PossibleValue Comment="TIM6 global and DAC1 underrun error interrupts" Value="TIM6_DAC1_IRQn:Y,2V1:TIM6,DAC1:TIM,DAC:"/>
		<PossibleValue Comment="TIM7 global and DAC2 underrun error interrupts" Value="TIM7_DAC2_IRQn:Y,2V1:TIM7,DAC2: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="HRTIM master timer global interrupt" Condition="set:Semaphore_HRTIMER_DLLITCalibrationHRTIM1" Diagnostic="set:forced to enabled as high resolution is enabled with DLL calibration with interrupt generation" Value="HRTIM1_Master_IRQn:Y,HRT:HRTIM1:HAL_HRTIM_IRQHandler:HRTIM_TIMERINDEX_MASTER"/>
		<PossibleValue Comment="HRTIM timer A global interrupt" Condition="Semaphore_TA_EnableHRTIM1" Diagnostic="" Value="HRTIM1_TIMA_IRQn:Y,HRT:HRTIM1:HAL_HRTIM_IRQHandler:HRTIM_TIMERINDEX_TIMER_A"/>
		<PossibleValue Comment="HRTIM timer B global interrupt" Condition="Semaphore_TB_EnableHRTIM1" Diagnostic="" Value="HRTIM1_TIMB_IRQn:Y,HRT:HRTIM1:HAL_HRTIM_IRQHandler:HRTIM_TIMERINDEX_TIMER_B"/>
		<PossibleValue Comment="HRTIM timer C global interrupt" Condition="Semaphore_TC_EnableHRTIM1" Diagnostic="" Value="HRTIM1_TIMC_IRQn:Y,HRT:HRTIM1:HAL_HRTIM_IRQHandler:HRTIM_TIMERINDEX_TIMER_C"/>
		<PossibleValue Comment="HRTIM timer D global interrupt" Condition="Semaphore_TD_EnableHRTIM1" Diagnostic="" Value="HRTIM1_TIMD_IRQn:Y,HRT:HRTIM1:HAL_HRTIM_IRQHandler:HRTIM_TIMERINDEX_TIMER_D"/>
		<PossibleValue Comment="HRTIM timer E global interrupt" Condition="Semaphore_TE_EnableHRTIM1" Diagnostic="" Value="HRTIM1_TIME_IRQn:Y,HRT:HRTIM1:HAL_HRTIM_IRQHandler:HRTIM_TIMERINDEX_TIMER_E"/>
		<PossibleValue Comment="HRTIM fault global interrupt" Value="HRTIM1_FLT_IRQn:Y,HRT:HRTIM1:HAL_HRTIM_IRQHandler:HRTIM_TIMERINDEX_COMMON"/>
		<PossibleValue Comment="Floating point unit interrupt" Value="FPU_IRQn:Y::NONE:"/>
	</RefParameter>
</IP>
