Search | Google it | Results 1 - 2 of 2 for funcall:IRQM (0.00 seconds) |
57: /* enable GPIO interrupt on AINT */ 58: out_w(IT0_IENS0, IRQM(26)|IRQM(27)); /* assert interrupt pin */ 59: out_w(IT0_IENS1, IRQM(50)|IRQM(51)|IRQM(52)|IRQM(53));
100: /* Mask the current interrupt to allow multiple interrupts */ 101: out_w(IT0_IDS1, IRQM(IRQ_TIMER)); 102: