Lines Matching full:interrupt
8 to either the SIUL2 EIRQ interrupt controller or, when available on the SoC,
9 the WKPU interrupt controller. By default, GPIO interrupts are routed to the
10 SIUL2 EIRQ interrupt controller.
12 To route external interrupts to the WKPU interrupt controller, the GPIO
15 to route the interrupt from pin 9 of `gpioa` to the WKPU interrupt controller:
23 Explicitly specifying the routing of a GPIO interrupt to a particular
24 interrupt controller allows for the allocation of distinct interrupt
26 the fact that each interrupt controller features its own interrupt vector.
28 the interrupt controller configured with a lower priority compared to the one
29 designated for the data-ready interrupt originating from a sensor. This
31 interrupt to the overall system operation.
34 as the interrupt controller for the corresponding GPIO. It's worth noting that
52 external interrupt signal, this is a list of GPIO pins and
53 respective external interrupt lines (<gpio-pin eirq-line>).
63 Map between WKPU external interrupt sources and pins of this GPIO port,
64 as in a tuple `<gpio-pin wkpu-interrupt-source>`.