no-OS
|
Header containing extra types required for GPIO IRQ drivers. More...
#include <stdbool.h>
Go to the source code of this file.
Classes | |
struct | mbed_gpio_irq_init_param |
Structure holding the extra parameters for GPIO Interrupt Request Example: struct mbed_irq_init_param my_ext_mbed_irq_init_param = { .ext_int_pin = ARDUINO_D2, }. More... | |
struct | mbed_gpio_irq_desc |
Enumerations | |
enum | gpio_irq_id { GPIO_IRQ_ID1, GPIO_IRQ_ID2, GPIO_IRQ_ID3, GPIO_IRQ_ID4, GPIO_IRQ_ID5, NB_GPIO_IRQS } |
GPIO IRQ IDs supported by the mbed gpio irq driver. More... | |
Variables | |
const struct no_os_irq_platform_ops | mbed_gpio_irq_ops |
Mbed specific GPIO IRQ platform ops structure. More... | |
Header containing extra types required for GPIO IRQ drivers.
Copyright (c) 2022 Analog Devices, Inc. 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, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 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.
enum gpio_irq_id |
GPIO IRQ IDs supported by the mbed gpio irq driver.
const struct no_os_irq_platform_ops mbed_gpio_irq_ops |
Mbed specific GPIO IRQ platform ops structure.