no-OS
drivers
platform
maxim
max78000
maxim_gpio_irq.h
Go to the documentation of this file.
1
/***************************************************************************/
34
#ifndef MAXIM_GPIO_IRQ_H_
35
#define MAXIM_GPIO_IRQ_H
36
37
/******************************************************************************/
38
/***************************** Include Files **********************************/
39
/******************************************************************************/
40
41
#include "
no_os_irq.h
"
42
46
struct
max_gpio_irq_param
{
47
struct
no_os_irq_ctrl_desc
*
parent
;
48
};
49
53
extern
const
struct
no_os_irq_platform_ops
max_gpio_irq_ops
;
54
55
#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:375
max_gpio_irq_param::parent
struct no_os_irq_ctrl_desc * parent
Definition:
maxim_gpio_irq.h:47
max_gpio_irq_param
Maxim platform specific GPIO irq extra param (optional for now)
Definition:
maxim_gpio_irq.h:46
no_os_irq_platform_ops
Structure holding IRQ function pointers that point to the platform specific function.
Definition:
no_os_irq.h:160
no_os_irq_ctrl_desc
Definition:
no_os_irq.h:123
Generated by
1.8.17