Since the shared IRQ code will also use the same logic to compute the _sw_isr_table index, move the computing logic to a separate function: z_get_sw_isr_table_idx(), which can be used by other modules. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| fill_with_zeros.ld | ||
| isr_tables.c | ||
| Kconfig | ||
| nocache.ld | ||
| ramfunc.ld | ||
| rom_start_address.ld | ||
| rom_start_offset.ld | ||
| semihost.c | ||
| shared_irq.c | ||
| sw_isr_common.c | ||
| timing.c | ||