This section describes callback function of the driver. The callback function is called by the driver to notify interrupt of the peripheral. All interrupt flags are cleared automatically by the driver.
|
enum | PORT_CALLBACK_SRC { PORTA_CALLBACK,
PORTB_CALLBACK,
PORTC_CALLBACK,
PORTD_CALLBACK,
PORTE_CALLBACK,
PORTF_CALLBACK,
PORTG_CALLBACK,
PORTH_CALLBACK,
PORTI_CALLBACK,
PORTJ_CALLBACK,
PORTK_CALLBACK,
PORTL_CALLBACK,
PORTM_CALLBACK
} |
| PORT_CALLBACK source declaration. More...
|
|
Enumerator |
---|
PORTA_CALLBACK |
PORTA interrupt.
|
PORTB_CALLBACK |
PORTB interrupt.
|
PORTC_CALLBACK |
PORTC interrupt.
|
PORTD_CALLBACK |
PORTD interrupt.
|
PORTE_CALLBACK |
PORTE interrupt.
|
PORTF_CALLBACK |
PORTF interrupt.
|
PORTG_CALLBACK |
PORTG interrupt.
|
PORTH_CALLBACK |
PORTH interrupt.
|
PORTI_CALLBACK |
PORTI interrupt.
|
PORTJ_CALLBACK |
PORTJ interrupt.
|
PORTK_CALLBACK |
PORTK interrupt.
|
PORTL_CALLBACK |
PORTL interrupt.
|
PORTM_CALLBACK |
PORTM interrupt.
|