![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
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) |
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().
void PORTA_IRQHandler | ( | void | ) |
Definition at line 22 of file gpio_driver_irq.c.
References ksdk_gpio_handle_interrupt(), and PORTA_NUM.
void PORTB_IRQHandler | ( | void | ) |
Definition at line 26 of file gpio_driver_irq.c.
References ksdk_gpio_handle_interrupt(), and PORTB_NUM.
void PORTC_IRQHandler | ( | void | ) |
Definition at line 30 of file gpio_driver_irq.c.
References ksdk_gpio_handle_interrupt(), and PORTC_NUM.
void PORTD_IRQHandler | ( | void | ) |
Definition at line 34 of file gpio_driver_irq.c.
References ksdk_gpio_handle_interrupt(), and PORTD_NUM.
void PORTE_IRQHandler | ( | void | ) |
Definition at line 38 of file gpio_driver_irq.c.
References ksdk_gpio_handle_interrupt(), and PORTE_NUM.