Search results

  1. C

    IRQ & Device Tree Tutorial/Course recommendation

    Background simplified, I need to generate a kernel signal when pin-X drops low. The CPU documentation identifies this as IRQ-1 (zero based), and searching the kernel code shows me that IPIC_EXT1 = 17... except that when I try to register my callback function I get an error that IRQ17 is already...
Top