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 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 
47 #include "no_os_irq.h"
48 
49 /******************************************************************************/
50 /*************************** Types Declarations *******************************/
51 /******************************************************************************/
52 
56 struct max_gpio_irq_param {
58 };
59 
63 extern const struct no_os_irq_platform_ops max_gpio_irq_ops;
64 
65 #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