no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
maxim_uart.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef _MAXIM_UART_H_
35#define _MAXIM_UART_H_
36
37#include "uart.h"
38#include "no_os_irq.h"
39#include "max32670.h"
40#include "no_os_uart.h"
41
49
55};
56
60struct max_uart_desc {
62 struct no_os_irq_ctrl_desc *nvic;
63};
64
68extern const struct no_os_uart_platform_ops max_uart_ops;
69
70#endif
const struct no_os_uart_platform_ops max_uart_ops
Maxim platform specific UART platform ops structure.
Definition maxim_uart.c:467
max_uart_flow_ctrl
UART flow control.
Definition maxim_uart.h:46
@ MAX_UART_FLOW_DIS
Definition maxim_uart.h:46
@ MAX_UART_FLOW_EN
Definition maxim_uart.h:47
max_uart_flow_ctrl
UART flow control.
Definition maxim_uart.h:46
Header file of IRQ interface.
Header file of UART interface.
Platform specific UART state.
Definition maxim_uart.h:63
struct no_os_irq_ctrl_desc * nvic
Definition maxim_uart.h:65
Aditional UART config parameters.
Definition maxim_uart.h:55
enum max_uart_flow_ctrl flow
Definition maxim_uart.h:56
Structure holding UART function pointers that point to the platform specific function.
Definition no_os_uart.h:143