no-OS
|
Header file for maxim irq specifics. More...
Go to the source code of this file.
Classes | |
struct | irq_action |
Struct used to store a (peripheral, callback) pair. More... | |
struct | event_list |
Struct that stores all the actions for a specific event. More... | |
Functions | |
void | max_uart_callback (mxc_uart_req_t *, int) |
Platform specific uart callback function. More... | |
int32_t | irq_action_cmp (void *data1, void *data2) |
irq_action compare function More... | |
Variables | |
const struct no_os_irq_platform_ops | max_irq_ops |
maxim platform specific irq platform ops structure More... | |
Header file for maxim irq specifics.
Copyright 2022(c) 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.
int32_t irq_action_cmp | ( | void * | data1, |
void * | data2 | ||
) |
irq_action compare function
irq_action compare function
data1 | - List element |
data2 | - Key |
irq_action compare function
data1 | - List element. |
data2 | - Key. |
void max_uart_callback | ( | mxc_uart_req_t * | req, |
int | result | ||
) |
Platform specific uart callback function.
Platform specific uart callback function.
req | - UART request struct |
result | - status of the request (error code) |
const struct no_os_irq_platform_ops max_irq_ops |
maxim platform specific irq platform ops structure
maxim platform specific irq platform ops structure