:orphan: .. title:: EXTI_STM32_PVD_IRQ_PRI .. option:: CONFIG_EXTI_STM32_PVD_IRQ_PRI *RVD Through IRQ priority* Type: ``int`` Help ==== IRQ priority of RVD Through interrupt Direct dependencies =================== \ :option:`EXTI_STM32 ` && (\ :option:`SOC_SERIES_STM32F4X ` || \ :option:`SOC_SERIES_STM32F7X ` || \ :option:`SOC_SERIES_STM32F2X ` || \ :option:`SOC_SERIES_STM32G0X `) && \ :option:`SOC_FAMILY_STM32 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.stm32:176`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:57`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. parsed-literal:: config EXTI_STM32_PVD_IRQ_PRI int "RVD Through IRQ priority" default 0 depends on \ :option:`EXTI_STM32 ` && (\ :option:`SOC_SERIES_STM32F4X ` || \ :option:`SOC_SERIES_STM32F7X ` || \ :option:`SOC_SERIES_STM32F2X ` || \ :option:`SOC_SERIES_STM32G0X `) && \ :option:`SOC_FAMILY_STM32 ` help IRQ priority of RVD Through interrupt *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*