![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
The gpio_driver_irq_kl27z.c file containes the Generic IRQ implmentation for the FRDM-KL27Z GPIO. More...
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_PORTC_PORTD_PORTE_IRQHandler (void) |
The gpio_driver_irq_kl27z.c file containes the Generic IRQ implmentation for the FRDM-KL27Z GPIO.
The gpio_driver_irq_kL27z.c file containes the Generic IRQ implmentation for the FRDM-KL27Z GPIO.
Definition in file gpio_driver_irq_kl27z.c.
void ksdk_gpio_handle_interrupt | ( | GPIO_Type * | base, |
port_number_t | portNumber | ||
) |
Definition at line 179 of file gpio_driver.c.
Referenced by PORTA_IRQHandler(), and PORTB_PORTC_PORTD_PORTE_IRQHandler().
void PORTA_IRQHandler | ( | void | ) |
Definition at line 48 of file gpio_driver_irq_kl27z.c.
References ksdk_gpio_handle_interrupt(), and PORTA_NUM.
void PORTB_PORTC_PORTD_PORTE_IRQHandler | ( | void | ) |
Definition at line 52 of file gpio_driver_irq_kl27z.c.
References GPIO_PORT_NUM, GPIO_TYPE, and ksdk_gpio_handle_interrupt().