:orphan: .. title:: EXTI_STM32_LPTIM1_IRQ_PRI .. option:: CONFIG_EXTI_STM32_LPTIM1_IRQ_PRI *LPTIM1 IRQ priority* Type: ``int`` Help ==== .. code-block:: none IRQ priority of LPTIM1 interrupt Direct dependencies =================== \ :option:`EXTI_STM32 ` && \ :option:`SOC_SERIES_STM32F7X ` && \ :option:`SOC_FAMILY_STM32 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/interrupt_controller/Kconfig.stm32:208`` 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_LPTIM1_IRQ_PRI int "LPTIM1 IRQ priority" default 0 depends on EXTI_STM32 && SOC_SERIES_STM32F7X && SOC_FAMILY_STM32 help IRQ priority of LPTIM1 interrupt *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*