ISSDK  1.8
IoT Sensing Software Development Kit
Functions
gpio_driver_irq.c File Reference
#include "fsl_gpio.h"
#include "gpio_driver.h"
Include dependency graph for gpio_driver_irq.c:

Go to the source code of this file.

Functions

void imxsdk_gpio_handle_interrupt (GPIO_Type *base, port_number_t gpioPortNumber)
 
void GPIO1_Combined_0_15_IRQHandler (void)
 
void GPIO1_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 GPIO4_Combined_0_15_IRQHandler (void)
 
void GPIO4_Combined_16_31_IRQHandler (void)
 
void GPIO5_Combined_0_15_IRQHandler (void)
 
void GPIO5_Combined_16_31_IRQHandler (void)
 

Function Documentation

◆ GPIO1_Combined_0_15_IRQHandler()

void GPIO1_Combined_0_15_IRQHandler ( void  )

Definition at line 22 of file gpio_driver_irq.c.

References GPIO1_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ GPIO1_Combined_16_31_IRQHandler()

void GPIO1_Combined_16_31_IRQHandler ( void  )

Definition at line 27 of file gpio_driver_irq.c.

References GPIO1_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ GPIO2_Combined_0_15_IRQHandler()

void GPIO2_Combined_0_15_IRQHandler ( void  )

Definition at line 32 of file gpio_driver_irq.c.

References GPIO2_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ GPIO2_Combined_16_31_IRQHandler()

void GPIO2_Combined_16_31_IRQHandler ( void  )

Definition at line 37 of file gpio_driver_irq.c.

References GPIO2_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ GPIO3_Combined_0_15_IRQHandler()

void GPIO3_Combined_0_15_IRQHandler ( void  )

Definition at line 42 of file gpio_driver_irq.c.

References GPIO3_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ GPIO3_Combined_16_31_IRQHandler()

void GPIO3_Combined_16_31_IRQHandler ( void  )

Definition at line 47 of file gpio_driver_irq.c.

References GPIO3_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ GPIO4_Combined_0_15_IRQHandler()

void GPIO4_Combined_0_15_IRQHandler ( void  )

Definition at line 53 of file gpio_driver_irq.c.

References GPIO4_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ GPIO4_Combined_16_31_IRQHandler()

void GPIO4_Combined_16_31_IRQHandler ( void  )

Definition at line 58 of file gpio_driver_irq.c.

References GPIO4_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ GPIO5_Combined_0_15_IRQHandler()

void GPIO5_Combined_0_15_IRQHandler ( void  )

Definition at line 64 of file gpio_driver_irq.c.

References GPIO5_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ GPIO5_Combined_16_31_IRQHandler()

void GPIO5_Combined_16_31_IRQHandler ( void  )

Definition at line 69 of file gpio_driver_irq.c.

References GPIO5_NUM, and imxsdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ imxsdk_gpio_handle_interrupt()

void imxsdk_gpio_handle_interrupt ( GPIO_Type *  base,
port_number_t  gpioPortNumber 
)