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 "max32660.h"
40#include "no_os_uart.h"
41#include "gpio.h"
42
51
60
67 mxc_gpio_vssel_t vssel;
68};
69
73struct max_uart_desc {
75 struct no_os_irq_ctrl_desc *nvic;
76};
77
81extern const struct no_os_uart_platform_ops max_uart_ops;
82
83#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_map
UART pin mapping select.
Definition maxim_uart.h:55
@ UART_MAP_C
Definition maxim_uart.h:58
@ UART_MAP_A
Definition maxim_uart.h:56
@ UART_MAP_B
Definition maxim_uart.h:57
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
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
enum max_uart_map map
Definition maxim_uart.h:66
Definition no_os_irq.h:117
Structure holding UART function pointers that point to the platform specific function.
Definition no_os_uart.h:143