:orphan: .. title:: EXTI_STM32_EXTI2_IRQ_PRI .. option:: CONFIG_EXTI_STM32_EXTI2_IRQ_PRI *EXTI2 IRQ priority* Type: ``int`` Help ==== .. code-block:: none IRQ priority of EXTI2 interrupt Direct dependencies =================== \ :option:`EXTI_STM32 ` && \ :option:`SOC_SERIES_STM32F0X ` != y && \ :option:`SOC_SERIES_STM32L0X ` != y && \ :option:`SOC_SERIES_STM32G0X ` != y && \ :option:`SOC_FAMILY_STM32 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/interrupt_controller/Kconfig.stm32:54`` 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_EXTI2_IRQ_PRI int "EXTI2 IRQ priority" default 0 depends on EXTI_STM32 && SOC_SERIES_STM32F0X != y && SOC_SERIES_STM32L0X != y && SOC_SERIES_STM32G0X != y && SOC_FAMILY_STM32 help IRQ priority of EXTI2 interrupt *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*