no-OS
maxim_gpio_irq.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef MAXIM_GPIO_IRQ_H_
41 #define MAXIM_GPIO_IRQ_H
42 
43 #include "no_os_irq.h"
44 
48 struct max_gpio_irq_param {
50 };
51 
55 extern const struct no_os_irq_platform_ops max_gpio_irq_ops;
56 
57 #endif
no_os_irq.h
Header file of IRQ interface.
max_gpio_irq_ops
const struct no_os_irq_platform_ops max_gpio_irq_ops
maxim platform specific gpio irq platform ops structure
Definition: maxim_gpio_irq.c:381
max_gpio_irq_param::parent
struct no_os_irq_ctrl_desc * parent
Definition: maxim_gpio_irq.h:53
max_gpio_irq_param
Maxim platform specific GPIO irq extra param (optional for now)
Definition: maxim_gpio_irq.h:52
no_os_irq_platform_ops
Structure holding IRQ function pointers that point to the platform specific function.
Definition: no_os_irq.h:166
no_os_irq_ctrl_desc
Definition: no_os_irq.h:129