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 "max32650.h"
40#include "mxc_pins.h"
41#include "no_os_uart.h"
42
51
57 mxc_gpio_vssel_t vssel;
58};
59
67
71extern const struct no_os_uart_platform_ops max_uart_ops;
72
73#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
@ UART_FLOW_LOW
Definition maxim_uart.h:48
@ UART_FLOW_HIGH
Definition maxim_uart.h:49
@ UART_FLOW_DIS
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
mxc_gpio_vssel_t vssel
Definition maxim_uart.h:57
enum max_uart_flow_ctrl flow
Definition maxim_uart.h:56
Definition no_os_irq.h:117
Structure holding UART function pointers that point to the platform specific function.
Definition no_os_uart.h:143