Description
Source
Call Graph
PIO_ConfigureIt
Configures a PIO or a group of PIO to generate an interrupt on status change.


Syntax / parameters
Name |
Type |
Default |
Description |
pPin |
const Pin *
|
|
Pointer to a Pin instance.
|
handler |
void(*)(const Pin *)
|
|
Interrupt handler function pointer.
|
Description
Configures a PIO or a group of PIO to generate an interrupt on status change.
The provided interrupt handler will be called with the triggering pin as its parameter (enabling different pin instances to share the same handler).
Source
The documentation for this Member was generated from the following files:
pio_it.c