no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
maxim_gpio_irq.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef MAXIM_GPIO_IRQ_H_
35#define MAXIM_GPIO_IRQ_H
36
37#include "no_os_irq.h"
38
42struct max_gpio_irq_param {
44};
45
50
51#endif
const struct no_os_irq_platform_ops max_gpio_irq_ops
maxim platform specific gpio irq platform ops structure
Definition maxim_gpio_irq.c:363
Header file of IRQ interface.
Maxim platform specific GPIO irq extra param (optional for now)
Definition maxim_gpio_irq.h:42
struct no_os_irq_ctrl_desc * parent
Definition maxim_gpio_irq.h:43
Definition no_os_irq.h:117
Structure holding IRQ function pointers that point to the platform specific function.
Definition no_os_irq.h:154