CONFIG_3RD_LVL_ISR_TBL_OFFSET

Offset in _sw_isr_table for level 3 interrupts

Type: int

Help

This is the offset in _sw_isr_table, the generated ISR handler table, where storage for 3rd level interrupt ISRs begins. This is typically allocated after ISRs for level 2 interrupts.

Direct dependencies

BOARD_INTEL_S1000_CRB || 3RD_LEVEL_INTERRUPTS

(Includes any dependencies from ifs and menus.)

Defaults

  • 149

  • 0

Kconfig definitions

At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config 3RD_LVL_ISR_TBL_OFFSET
    int
    default 149
    depends on BOARD_INTEL_S1000_CRB

At <Zephyr>/drivers/interrupt_controller/Kconfig.multilevel:92

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:26<Zephyr>/drivers/interrupt_controller/Kconfig:49

Menu path: (Top) → Device Drivers → Interrupt Controllers → Multi-level interrupt support → Second-level interrupt support → Third-level interrupt support

config 3RD_LVL_ISR_TBL_OFFSET
    int "Offset in _sw_isr_table for level 3 interrupts"
    default 0
    depends on 3RD_LEVEL_INTERRUPTS
    help
      This is the offset in _sw_isr_table, the generated ISR handler table,
      where storage for 3rd level interrupt ISRs begins. This is
      typically allocated after ISRs for level 2 interrupts.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)