For example, the following two lines assign slot 0 to SPI0 IRQ interrupt request(s) and slot 1 to TIMER0 IRQ interrupt request(s): VICVectCntl0 = 0x20 | 10; VICVectCntl1 = 0x20 | 4;
HOW TO GET VALUE OF VIC CHANNEL(10,4)?CAN YOU EXPLAIN ?