no-OS
drivers
platform
maxim
max32660
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
52
struct
max_gpio_irq_param
{
53
struct
no_os_irq_ctrl_desc
*
parent
;
54
};
55
59
extern
const
struct
no_os_irq_platform_ops
max_gpio_irq_ops
;
60
61
#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:370
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:164
no_os_irq_ctrl_desc
Definition:
no_os_irq.h:119
Generated by
1.8.17