MKMxxZxxACxx5 Bare Metal Software Drivers  R4.1.6
Reference Manual
GPIO Callback Function

Overview

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...
 

Enumeration Type Documentation

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.