Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_rv32m1_intmux.c46 struct _isr_table_entry *isr_base; member
115 struct _isr_table_entry *isr_base = config->isr_base; in rv32m1_intmux_isr() local
130 entry = &isr_base[ISR_ENTRY(channel, (line - VECN_OFFSET))]; in rv32m1_intmux_isr()
149 .isr_base = &_sw_isr_table[CONFIG_2ND_LVL_ISR_TBL_OFFSET],