ISSDK  1.8
IoT Sensing Software Development Kit
gpio_driver_irq.c
Go to the documentation of this file.
1 /*
2  * Copyright 2017 NXP
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 /**
9  * @file gpio_driver_irq.c
10  * @brief The gpio_driver_irq.c file containes the Generic IRQ implmentation for GPIO.
11 */
12 
13 #include "fsl_gpio.h"
14 #include "gpio_driver.h"
15 
16 extern void imxsdk_gpio_handle_interrupt(GPIO_Type *base, port_number_t gpioPortNumber);
17 
18 /*******************************************************************************
19  * Functions - GPIOIRQ implementation
20  ******************************************************************/
21 
23 {
25 }
26 
28 {
30 }
31 
33 {
35 }
36 
38 {
40 }
41 
43 {
45 }
46 
48 {
50 }
51 
52 #if !defined(CPU_MIMXRT1021DAG5A) && !defined(CPU_MIMXRT1024DAG5A)
54 {
56 }
57 
59 {
61 }
62 #endif
63 
65 {
67 }
68 
70 {
72 }
void imxsdk_gpio_handle_interrupt(GPIO_Type *base, port_number_t gpioPortNumber)
Definition: gpio_driver.c:156
void GPIO4_Combined_0_15_IRQHandler(void)
void GPIO4_Combined_16_31_IRQHandler(void)
void GPIO1_Combined_16_31_IRQHandler(void)
void GPIO5_Combined_16_31_IRQHandler(void)
void GPIO2_Combined_0_15_IRQHandler(void)
void GPIO2_Combined_16_31_IRQHandler(void)
void GPIO3_Combined_0_15_IRQHandler(void)
void GPIO3_Combined_16_31_IRQHandler(void)
void GPIO1_Combined_0_15_IRQHandler(void)
enum port_number port_number_t
GPIO PORT NAMES.
void GPIO5_Combined_0_15_IRQHandler(void)