![]() |
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 | GPIOA_IRQHandler (void) |
void | GPIOB_IRQHandler (void) |
void GPIOA_IRQHandler | ( | void | ) |
Definition at line 22 of file gpio_driver_irq.c.
References ksdk_gpio_handle_interrupt(), and PORTA_NUM.
void GPIOB_IRQHandler | ( | void | ) |
Definition at line 26 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 153 of file gpio_driver.c.
References GPIO_NUMBER_OF_PIN, and gpioIsrObj::isrHandle.