ISSDK  1.8
IoT Sensing Software Development Kit
gpio_driver_irq_kl27z.c
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2016, Freescale Semiconductor, Inc.
3  * Copyright 2016-2017 NXP
4  * All rights reserved.
5  *
6  * SPDX-License-Identifier: BSD-3-Clause
7  */
8 
9 /**
10  * @file gpio_driver_irq_kl27z.c
11  * @brief The gpio_driver_irq_kl27z.c file containes the Generic IRQ implmentation for the FRDM-KL27Z GPIO.
12 */
13 
14 #include "fsl_gpio.h"
15 #include "frdm_kl27z.h"
16 
17 extern void ksdk_gpio_handle_interrupt(GPIO_Type *base, port_number_t portNumber);
18 
19 /*******************************************************************************
20  * Functions - GPIOIRQ implementation
21  ******************************************************************/
22 void PORTA_IRQHandler(void)
23 {
25 }
27 {
29 }
void PORTA_IRQHandler(void)
#define GPIO_TYPE
Definition: frdm_kl27z.h:111
void ksdk_gpio_handle_interrupt(GPIO_Type *base, port_number_t portNumber)
Definition: gpio_driver.c:153
The frdm_kl27z.h file defines GPIO pins for FRDM-KL27Z board.
#define GPIO_PORT_NUM
Definition: frdm_kl27z.h:112
enum port_number port_number_t
GPIO PORT NAMES.
void PORTB_PORTC_PORTD_PORTE_IRQHandler(void)