ISSDK  1.8
IoT Sensing Software Development Kit
Functions
gpio_driver_irq_ke15z.c File Reference

The gpio_driver_irq_ke15z.c file containes the Generic IRQ implmentation for the FRDM-KE15Z GPIO. More...

#include "fsl_gpio.h"
#include "frdm_ke15z.h"
Include dependency graph for gpio_driver_irq_ke15z.c:

Go to the source code of this file.

Functions

void ksdk_gpio_handle_interrupt (GPIO_Type *base, port_number_t portNumber)
 
void PORTAE_IRQHandler (void)
 
void PORTBCD_IRQHandler (void)
 

Detailed Description

The gpio_driver_irq_ke15z.c file containes the Generic IRQ implmentation for the FRDM-KE15Z GPIO.

Definition in file gpio_driver_irq_ke15z.c.

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 PORTAE_IRQHandler(), and PORTBCD_IRQHandler().

Here is the caller graph for this function:

◆ PORTAE_IRQHandler()

void PORTAE_IRQHandler ( void  )

Definition at line 22 of file gpio_driver_irq_ke15z.c.

References GPIO_PORT_NUM, GPIO_TYPE, and ksdk_gpio_handle_interrupt().

Here is the call graph for this function:

◆ PORTBCD_IRQHandler()

void PORTBCD_IRQHandler ( void  )

Definition at line 27 of file gpio_driver_irq_ke15z.c.

References GPIO_PORT_NUM, GPIO_TYPE, and ksdk_gpio_handle_interrupt().

Here is the call graph for this function: