The latest development version of this page may be more current than this released 1.14.0 version.
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 if’s and menus.)

Kconfig definitions

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:41

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config 3RD_LVL_ISR_TBL_OFFSET
    int
    default 149 if BOARD_INTEL_S1000_CRB
    depends on BOARD_INTEL_S1000_CRB

At drivers/interrupt_controller/Kconfig.multilevel:94

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24drivers/interrupt_controller/Kconfig:161

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config 3RD_LVL_ISR_TBL_OFFSET
    int
    prompt "Offset in _sw_isr_table for level 3 interrupts" if 3RD_LEVEL_INTERRUPTS
    default 0 if 3RD_LEVEL_INTERRUPTS
    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.

(Definitions include propagated dependencies, including from if’s and menus.)