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 #ifndef CPU_MIMXRT685SFVKB_cm33
17 extern void imxsdk_gpio_handle_interrupt(GPIO_Type *base, port_number_t gpioPortNumber);
18 
19 /*******************************************************************************
20  * Functions - GPIOIRQ implementation
21  ******************************************************************/
22 
24 {
26 }
27 
29 {
31 }
32 
34 {
36 }
37 
39 {
41 }
42 
44 {
46 }
47 
49 {
51 }
52 
53 #ifndef CPU_MIMXRT1021DAG5A
55 {
57 }
58 
60 {
62 }
63 #endif
64 
66 {
68 }
69 
71 {
73 }
74 #endif
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)