![]() |
MKMxxZxxACxx5 Bare Metal Software Drivers
R4.1.6
Reference Manual
|
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.
Typedefs | |
typedef void(* | PORT_CALLBACK) (PORT_CALLBACK_SRC src, uint8 pin) |
PORT_CALLBACK function declaration. | |
Enumerations | |
enum | PORT_CALLBACK_SRC { PORTA_CALLBACK, PORTB_CALLBACK, PORTC_CALLBACK, PORTD_CALLBACK, PORTE_CALLBACK, PORTF_CALLBACK, PORTG_CALLBACK, PORTH_CALLBACK, PORTI_CALLBACK } |
PORT_CALLBACK source declaration. More... | |
enum PORT_CALLBACK_SRC |