![]() |
ISSDK
1.7
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 | GPIOA_IRQHandler (void) |
| void | GPIOB_IRQHandler (void) |
| void GPIOA_IRQHandler | ( | void | ) |
Definition at line 48 of file gpio_driver_irq.c.
References ksdk_gpio_handle_interrupt(), and PORTA_NUM.

| void GPIOB_IRQHandler | ( | void | ) |
Definition at line 52 of file gpio_driver_irq.c.
References ksdk_gpio_handle_interrupt(), and PORTB_NUM.

| 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.