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 ksdk_gpio_handle_interrupt (GPIO_Type *base, port_number_t portNumber)
 
void PORTA_IRQHandler (void)
 
void PORTB_IRQHandler (void)
 
void PORTC_IRQHandler (void)
 
void PORTD_IRQHandler (void)
 
void PORTE_IRQHandler (void)
 

Function Documentation

◆ ksdk_gpio_handle_interrupt()

void ksdk_gpio_handle_interrupt ( GPIO_Type *  base,
port_number_t  portNumber 
)

Definition at line 153 of file gpio_driver.c.

Referenced by GPIOA_IRQHandler(), GPIOB_IRQHandler(), PORTA_IRQHandler(), PORTB_IRQHandler(), PORTC_IRQHandler(), PORTD_IRQHandler(), and PORTE_IRQHandler().

Here is the caller graph for this function:

◆ PORTA_IRQHandler()

void PORTA_IRQHandler ( void  )

Definition at line 22 of file gpio_driver_irq.c.

References ksdk_gpio_handle_interrupt(), and PORTA_NUM.

Here is the call graph for this function:

◆ PORTB_IRQHandler()

void PORTB_IRQHandler ( void  )

Definition at line 26 of file gpio_driver_irq.c.

References ksdk_gpio_handle_interrupt(), and PORTB_NUM.

Here is the call graph for this function:

◆ PORTC_IRQHandler()

void PORTC_IRQHandler ( void  )

Definition at line 30 of file gpio_driver_irq.c.

References ksdk_gpio_handle_interrupt(), and PORTC_NUM.

Here is the call graph for this function:

◆ PORTD_IRQHandler()

void PORTD_IRQHandler ( void  )

Definition at line 34 of file gpio_driver_irq.c.

References ksdk_gpio_handle_interrupt(), and PORTD_NUM.

Here is the call graph for this function:

◆ PORTE_IRQHandler()

void PORTE_IRQHandler ( void  )

Definition at line 38 of file gpio_driver_irq.c.

References ksdk_gpio_handle_interrupt(), and PORTE_NUM.

Here is the call graph for this function: