<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<IP DBVersion="V3.0" IPType="service" IpGroup="" Name="NVIC" Version="STM32G484" 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="Prefetch 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/PVM1/PVM2/PVM3/PVM4 interrupts through EXTI lines 16/38/39/40/41" Value="PVD_PVM_IRQn:Y,NO_ARG::HAL_PWREx_PVD_PVM_IRQHandler:"/>
		<PossibleValue Comment="RTC Tamper and TimeStamp and RCC LSE CSS interrupts through the EXTI" Condition="RTC_TAMPER_INTERRUPT|RTC_TIMESTAMP_INTERRUPT|RCC_LSECSS_ENABLED" Diagnostic="" Value="RTC_TAMP_LSECSS_IRQn:Y,nHS:RTC:HAL_RTCEx_TamperIRQHandler,HAL_RTCEx_TimeStampIRQHandler,HAL_RCCEx_LSECSS_IRQHandler:RTC_TAMPER_INTERRUPT,RTC_TIMESTAMP_INTERRUPT,RCC_LSECSS_ENABLED;ARG,ARG,NO_ARG"/>
		<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 interrupt" Value="EXTI2_IRQn:Y,EXTI:EXTI2:HAL_GPIO_EXTI_IRQHandler: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" Condition="DIE469" Diagnostic="static" Value="DMA1_Channel7_IRQn:Y,DMAL0:DMA:DMA1:7,7"/>
		<PossibleValue Comment="ADC1 and ADC2 global interrupt" Value="ADC1_2_IRQn:Y,2V1:ADC1,ADC2:ADC,ADC:"/>
		<PossibleValue Comment="USB high priority interrupt remap" Value="USB_HP_IRQn:Y:USB:HAL_PCD_IRQHandler:"/>
		<PossibleValue Comment="USB low priority interrupt remap" Value="USB_LP_IRQn:Y:USB:HAL_PCD_IRQHandler:"/>
		<PossibleValue Comment="FDCAN1 interrupt 0" Value="FDCAN1_IT0_IRQn:Y:FDCAN1:HAL_FDCAN_IRQHandler:"/>
		<PossibleValue Comment="FDCAN1 interrupt 1" Value="FDCAN1_IT1_IRQn:Y:FDCAN1:HAL_FDCAN_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 interrupt and TIM15 global interrupt" Value="TIM1_BRK_TIM15_IRQn:Y,2V1:TIM1,TIM15:TIM,TIM:"/>
		<PossibleValue Comment="TIM1 update interrupt and TIM16 global interrupt" Value="TIM1_UP_TIM16_IRQn:Y,2V1:TIM1,TIM16:TIM,TIM:"/>
		<PossibleValue Comment="TIM1 trigger and commutation interrupts and TIM17 global interrupt" 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="TIM4 global interrupt" Value="TIM4_IRQn:Y:TIM4:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="I2C1 event 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 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="SPI1 global interrupt" Value="SPI1_IRQn:Y:SPI1::"/>
		<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 / USART2 wake-up interrupt through EXTI line 26" Value="USART2_IRQn:Y:USART2::"/>
		<PossibleValue Comment="USART3 global interrupt / USART3 wake-up interrupt through EXTI 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 alarm interrupt through EXTI line 17" Condition="RTC_ALARM_INTERRUPT" Diagnostic="" Value="RTC_Alarm_IRQn:Y,HAL:RTC:HAL_RTC_AlarmIRQHandler:"/>
		<PossibleValue Comment="USB wake-up interrupt through EXTI line 18" Value="USBWakeUp_IRQn:Y:USB:HAL_PCD_IRQHandler:"/>
		<PossibleValue Comment="TIM8 break interrupt" Value="TIM8_BRK_IRQn:Y:TIM8:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="TIM8 update interrupt" Value="TIM8_UP_IRQn:Y:TIM8:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="TIM8 trigger and commutation interrupts" Value="TIM8_TRG_COM_IRQn:Y:TIM8:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="TIM8 capture compare interrupt" Value="TIM8_CC_IRQn:Y:TIM8:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="ADC3 global interrupt" Value="ADC3_IRQn:Y:ADC3:HAL_ADC_IRQHandler:"/>
		<PossibleValue Comment="FMC global interrupt" Value="FMC_IRQn:Y:FMC::"/>
		<PossibleValue Comment="LPTIM1 global interrupt" Value="LPTIM1_IRQn:Y:LPTIM1:HAL_LPTIM_IRQHandler:"/>
		<PossibleValue Comment="TIM5 global interrupt" Value="TIM5_IRQn:Y:TIM5:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="SPI3 global interrupt" Value="SPI3_IRQn:Y:SPI3,I2S3::"/>
		<PossibleValue Comment="UART4 global interrupt / UART4 wake-up interrupt through EXTI line 34" Value="UART4_IRQn:Y:UART4::"/>
		<PossibleValue Comment="UART5 global interrupt / UART5 wake-up interrupt through EXTI line 35" Value="UART5_IRQn:Y:UART5::"/>
		<PossibleValue Comment="TIM6 global interrupt, DAC1 and DAC3 channel underrun error interrupts" Value="TIM6_DAC_IRQn:Y,3V:TIM6,DAC1,DAC3:TIM,DAC,DAC:"/>
		<PossibleValue Comment="TIM7 global interrupt, DAC2 and DAC4 channel underrun error interrupts" Condition="DAC2_Exist" Diagnostic="static" Value="TIM7_DAC_IRQn:Y,3V:TIM7,DAC2,DAC4:TIM,DAC,DAC:"/>
		<PossibleValue Comment="TIM7 global interrupt" Condition="!DAC2_Exist" Diagnostic="static" Value="TIM7_IRQn:Y:TIM7:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="DMA2 channel1 global interrupt" Value="DMA2_Channel1_IRQn:Y,DMAL0:DMA:DMA2:1,1"/>
		<PossibleValue Comment="DMA2 channel2 global interrupt" Value="DMA2_Channel2_IRQn:Y,DMAL0:DMA:DMA2:2,2"/>
		<PossibleValue Comment="DMA2 channel3 global interrupt" Value="DMA2_Channel3_IRQn:Y,DMAL0:DMA:DMA2:3,3"/>
		<PossibleValue Comment="DMA2 channel4 global interrupt" Value="DMA2_Channel4_IRQn:Y,DMAL0:DMA:DMA2:4,4"/>
		<PossibleValue Comment="DMA2 channel5 global interrupt" Value="DMA2_Channel5_IRQn:Y,DMAL0:DMA:DMA2:5,5"/>
		<PossibleValue Comment="ADC4 global interrupt" Value="ADC4_IRQn:Y:ADC4:HAL_ADC_IRQHandler:"/>
		<PossibleValue Comment="ADC5 global interrupt" Value="ADC5_IRQn:Y:ADC5:HAL_ADC_IRQHandler:"/>
		<PossibleValue Comment="UCPD1 interrupt / UCPD1 wake-up interrupt through EXTI line 43" Value="UCPD1_IRQn:Y:UCPD1:NONE:"/>
		<PossibleValue Comment="COMP1, COMP2 and COMP3 interrupts through EXTI lines 21, 22 and 29" Condition="static:COMP3_Exist;force:(COMP1_EXTI_IT_ENABLED|COMP2_EXTI_IT_ENABLED|COMP3_EXTI_IT_ENABLED);warning:COMP1_2_3_IRQn&amp;((!COMP1_EXTI_IT_ENABLED&amp;TEMP_COMP1_NVIC_SEM)|(!COMP2_EXTI_IT_ENABLED&amp;TEMP_COMP2_NVIC_SEM)|(!COMP3_EXTI_IT_ENABLED&amp;TEMP_COMP3_NVIC_SEM))" Diagnostic="set:forced to enabled as the Trigger Mode parameter of at least one comparator is set to Interrupt ;reset:forced to disabled as no comparator Trigger Mode parameter is set to Interrupt;warning:interrupt won't be triggered for this comparator as its Trigger Mode parameter is not set to Interrupt" Value="COMP1_2_3_IRQn:Y,3V:COMP1,COMP2,COMP3:COMP,COMP,COMP:comp1,comp2,comp3"/>
		<PossibleValue Comment="COMP4, COMP5 and COMP6 interrupts through EXTI lines 30, 31 and 32" Condition="static:COMP5_Exist;force:(COMP4_EXTI_IT_ENABLED|COMP5_EXTI_IT_ENABLED|COMP6_EXTI_IT_ENABLED);warning:COMP4_5_6_IRQn&amp;((!COMP4_EXTI_IT_ENABLED&amp;TEMP_COMP4_NVIC_SEM)|(!COMP5_EXTI_IT_ENABLED&amp;TEMP_COMP5_NVIC_SEM)|(!COMP6_EXTI_IT_ENABLED&amp;TEMP_COMP6_NVIC_SEM))" Diagnostic="set:forced to enabled as the Trigger Mode parameter of at least one comparator is set to Interrupt;reset:forced to disabled as no comparator Trigger Mode parameter is set to Interrupt;warning:interrupt won't be triggered for this comparator as its Trigger Mode parameter is not set to Interrupt" Value="COMP4_5_6_IRQn:Y,3V:COMP4,COMP5,COMP6:COMP,COMP,COMP:comp4,comp5,comp6"/>
		<PossibleValue Comment="COMP4 interrupt through EXTI line 30" Condition="static:(!COMP5_Exist);force:COMP4_EXTI_IT_ENABLED" Diagnostic="set:forced to enabled as COMP4 Trigger Mode parameter is set to Interrupt;reset:forced to disabled as COMP4 Trigger Mode parameter is not set to Interrupt" Value="COMP4_IRQn:Y:COMP4:HAL_COMP_IRQHandler:"/>
		<PossibleValue Comment="COMP7 interrupt through EXTI line 33" Condition="force:COMP7_EXTI_IT_ENABLED" Diagnostic="set:forced to enabled as COMP7 Trigger Mode parameter is set to Interrupt;reset:forced to disabled as COMP7 Trigger Mode parameter is not set to Interrupt" Value="COMP7_IRQn:Y:COMP7:HAL_COMP_IRQHandler:"/>
		<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="HRTIM timer F global interrupt" Condition="Semaphore_TF_EnableHRTIM1" Diagnostic="" Value="HRTIM1_TIMF_IRQn:Y,HRT:HRTIM1:HAL_HRTIM_IRQHandler:HRTIM_TIMERINDEX_TIMER_F"/>
		<PossibleValue Comment="CRS global interrupt" Condition="CRSActivatedSourceGPIO|CRSActivatedSourceLSE|CRSActivatedSourceUSB" Diagnostic="" Value="CRS_IRQn:Y:RCC:HAL_RCCEx_CRS_IRQHandler:"/>
		<PossibleValue Comment="SAI1 global interrupt" Value="SAI1_IRQn:Y,SAI:SAI1:HAL_SAI_IRQHandler,sai_BlockA1,sai_BlockB1:SAI_A,SAI_B"/>
		<PossibleValue Comment="TIM20 break interrupt" Value="TIM20_BRK_IRQn:Y:TIM20:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="TIM20 update interrupt" Value="TIM20_UP_IRQn:Y:TIM20:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="TIM20 trigger and commutation interrupts" Value="TIM20_TRG_COM_IRQn:Y:TIM20:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="TIM20 capture compare interrupt" Value="TIM20_CC_IRQn:Y:TIM20:HAL_TIM_IRQHandler:"/>
		<PossibleValue Comment="FPU global interrupt" Value="FPU_IRQn:Y::NONE:"/>
		<PossibleValue Comment="I2C4 event interrupt / I2C4 wake-up interrupt through EXTI line 42" Value="I2C4_EV_IRQn:Y,1H:I2C4:I2C_EV,SMBUS_EV:"/>
		<PossibleValue Comment="I2C4 error interrupt" Value="I2C4_ER_IRQn:Y,1H:I2C4:I2C_ER,SMBUS_ER:"/>
		<PossibleValue Comment="SPI4 global interrupt" Value="SPI4_IRQn:Y:SPI4::"/>
		<PossibleValue Comment="AES global interrupt" Value="AES_IRQn:Y:AES:HAL_CRYP_IRQHandler:"/>
		<PossibleValue Comment="FDCAN2 interrupt 0" Value="FDCAN2_IT0_IRQn:Y:FDCAN2:HAL_FDCAN_IRQHandler:"/>
		<PossibleValue Comment="FDCAN2 interrupt 1" Value="FDCAN2_IT1_IRQn:Y:FDCAN2:HAL_FDCAN_IRQHandler:"/>
		<PossibleValue Comment="FDCAN3 interrupt 0" Value="FDCAN3_IT0_IRQn:Y:FDCAN3:HAL_FDCAN_IRQHandler:"/>
		<PossibleValue Comment="FDCAN3 interrupt 1" Value="FDCAN3_IT1_IRQn:Y:FDCAN3:HAL_FDCAN_IRQHandler:"/>
		<PossibleValue Comment="RNG global interrupt" Value="RNG_IRQn:Y:RNG:HAL_RNG_IRQHandler:"/>
		<PossibleValue Comment="LPUART1 global interrupt" Value="LPUART1_IRQn:Y:LPUART1::"/>
		<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="DMAMUX overrun interrupt" Value="DMAMUX_OVR_IRQn:Y,DMAMUX:DMA:HAL_DMAEx_MUX_IRQHandler:"/>
		<PossibleValue Comment="QUADSPI global interrupt" Value="QUADSPI_IRQn:Y:QUADSPI1:HAL_QSPI_IRQHandler:"/>
		<PossibleValue Comment="DMA1 channel8 global interrupt" Condition="DIE469" Diagnostic="static" Value="DMA1_Channel8_IRQn:Y,DMAL0:DMA:DMA1:8,8"/>
		<PossibleValue Comment="DMA2 channel6 global interrupt" Value="DMA2_Channel6_IRQn:Y,DMAL0:DMA:DMA2:6,6"/>
		<PossibleValue Comment="DMA2 channel7 global interrupt" Condition="DIE469" Diagnostic="static" Value="DMA2_Channel7_IRQn:Y,DMAL0:DMA:DMA2:7,7"/>
		<PossibleValue Comment="DMA2 channel8 global interrupt" Condition="DIE469" Diagnostic="static" Value="DMA2_Channel8_IRQn:Y,DMAL0:DMA:DMA2:8,8"/>
		<PossibleValue Comment="CORDIC interrupt" Value="CORDIC_IRQn:Y:CORDIC:HAL_CORDIC_IRQHandler:"/>
		<PossibleValue Comment="FMAC interrupt" Value="FMAC_IRQn:Y:FMAC:HAL_FMAC_IRQHandler:"/>
	</RefParameter>
</IP>
