no-OS
Variables
aducm3029_gpio_irq.c File Reference

Source file for GPIO IRQ driver. More...

#include <errno.h>
#include <drivers/gpio/adi_gpio.h>
#include <stdlib.h>
#include <stdint.h>
#include "aducm3029_gpio.h"
#include "aducm3029_gpio_irq.h"
#include "aducm3029_irq.h"
#include "no_os_error.h"
#include "no_os_gpio.h"
#include "no_os_irq.h"
#include "no_os_list.h"
#include "no_os_util.h"
#include "no_os_alloc.h"
Include dependency graph for aducm3029_gpio_irq.c:

Variables

const struct no_os_irq_platform_ops aducm_gpio_irq_ops
 maxim specific GPIO IRQ platform ops structure More...
 

Detailed Description

Source file for GPIO IRQ driver.

Author
Drimbarean Andrei (andre.nosp@m.i.dr.nosp@m.imbar.nosp@m.ean@.nosp@m.analo.nosp@m.g.co.nosp@m.m)

Copyright 2022(c) Analog Devices, Inc.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Variable Documentation

◆ aducm_gpio_irq_ops

const struct no_os_irq_platform_ops aducm_gpio_irq_ops
Initial value:
= {
.init = (int32_t (*)())aducm_gpio_irq_ctrl_init,
.register_callback = (int32_t (*)())aducm_gpio_irq_register_callback,
.unregister_callback = (int32_t (*)())aducm_gpio_irq_unregister_callback,
.enable = (int32_t (*)())aducm_gpio_irq_enable,
.disable = (int32_t (*)())aducm_gpio_irq_disable,
.trigger_level_set = (int32_t (*)())aducm_gpio_irq_trigger_level_set,
.global_enable = (int32_t (*)())aducm_gpio_irq_global_enable,
.global_disable = (int32_t (*)())aducm_gpio_irq_global_disable,
.set_priority = (int32_t (*)())(aducm_gpio_irq_set_priority),
.remove = (int32_t (*)())aducm_gpio_irq_ctrl_remove
}

maxim specific GPIO IRQ platform ops structure

maxim platform specific gpio irq platform ops structure