no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
stm32_irq.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef STM32_IRQ_H
34#define STM32_IRQ_H
35
36#include "no_os_irq.h"
37#include "stm32_hal.h"
38
42extern const struct no_os_irq_platform_ops stm32_irq_ops;
43
44#endif
Header file of IRQ interface.
const struct no_os_irq_platform_ops stm32_irq_ops
stm32 specific IRQ platform ops structure
Definition stm32_irq.c:631
Structure holding IRQ function pointers that point to the platform specific function.
Definition no_os_irq.h:154