:orphan: .. title:: EXTI_STM32_PVD_IRQ_PRI .. option:: CONFIG_EXTI_STM32_PVD_IRQ_PRI *RVD Through IRQ priority* Type: ``int`` Help ==== .. code-block:: none 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 ================== At ``/interrupt_controller/Kconfig.stm32:176`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:26`` → ``/interrupt_controller/Kconfig:57`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig config EXTI_STM32_PVD_IRQ_PRI int "RVD Through IRQ priority" default 0 depends on EXTI_STM32 && (SOC_SERIES_STM32F4X || SOC_SERIES_STM32F7X || SOC_SERIES_STM32F2X || SOC_SERIES_STM32G0X) && SOC_FAMILY_STM32 help IRQ priority of RVD Through interrupt *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*