What exactly are the GPIOTE IN[n] registers?
Is the IN[n] register a function pointer of a function to call when the the input condition occurs on the associated pin? If so, does this function interrupt the current program execution?
Is it the interrupt handler when a GPIOTE interrupt occurs?
The nRF51 Reference Manual Ch15 GPIOTE Tasks and Events makes no mention exactly what IN[n] is. It is a 32-bit register, with no register description. The GPIOTE general description says an event is generated when a rising edge, falling edge or change occurs on a pin associated with a GPIOTE channel. What exactly is an event?