no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
stm32_gpio_irq.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef STM32_GPIO_IRQ_H
34#define STM32_GPIO_IRQ_H
35
36#include "no_os_irq.h"
37#include "stm32_hal.h"
38
47
54 EXTI_HandleTypeDef hexti;
56 uint8_t port_nb;
57};
58
63
64#endif
Header file of IRQ interface.
const struct no_os_irq_platform_ops stm32_gpio_irq_ops
stm32 specific IRQ platform ops structure
Definition stm32_gpio_irq.c:451
Structure holding IRQ function pointers that point to the platform specific function.
Definition no_os_irq.h:154
stm32 platform specific GPIO IRQ descriptor
Definition stm32_gpio_irq.h:52
EXTI_HandleTypeDef hexti
Definition stm32_gpio_irq.h:54
uint8_t port_nb
Definition stm32_gpio_irq.h:56
Structure holding the initialization parameters for stm32 platform specific GPIO IRQ parameters.
Definition stm32_gpio_irq.h:44
uint8_t port_nb
Definition stm32_gpio_irq.h:45