Home
last modified time | relevance | path

Searched refs:isr_base (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_rv32m1_intmux.c45 struct _isr_table_entry *isr_base; member
114 struct _isr_table_entry *isr_base = config->isr_base; in rv32m1_intmux_isr() local
129 entry = &isr_base[ISR_ENTRY(channel, (line - VECN_OFFSET))]; in rv32m1_intmux_isr()
148 .isr_base = &_sw_isr_table[CONFIG_2ND_LVL_ISR_TBL_OFFSET],