ISSDK  1.7
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 GPIOA_IRQHandler (void)
 
void GPIOB_IRQHandler (void)
 

Function Documentation

◆ GPIOA_IRQHandler()

void GPIOA_IRQHandler ( void  )

Definition at line 48 of file gpio_driver_irq.c.

References ksdk_gpio_handle_interrupt(), and PORTA_NUM.

Here is the call graph for this function:

◆ GPIOB_IRQHandler()

void GPIOB_IRQHandler ( void  )

Definition at line 52 of file gpio_driver_irq.c.

References ksdk_gpio_handle_interrupt(), and PORTB_NUM.

Here is the call graph for this function:

◆ ksdk_gpio_handle_interrupt()

void ksdk_gpio_handle_interrupt ( GPIO_Type *  base,
port_number_t  portNumber 
)

Definition at line 179 of file gpio_driver.c.

References GPIO_NUMBER_OF_PIN, and gpioIsrObj::isrHandle.