no-OS
maxim_uart.h
Go to the documentation of this file.
1 /***************************************************************************/
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 
48 };
49 
53 struct max_uart_init_param {
55 };
56 
60 struct max_uart_desc {
62  struct no_os_irq_ctrl_desc *nvic;
63 };
64 
68 extern const struct no_os_uart_platform_ops max_uart_ops;
69 
70 #endif
no_os_uart_platform_ops
Structure holding UART function pointers that point to the platform specific function.
Definition: no_os_uart.h:155
no_os_irq.h
Header file of IRQ interface.
max_uart_desc::nvic
struct no_os_irq_ctrl_desc * nvic
Definition: maxim_uart.h:65
max_uart_init_param::flow
enum max_uart_flow_ctrl flow
Definition: maxim_uart.h:56
MAX_UART_FLOW_EN
@ MAX_UART_FLOW_EN
Definition: maxim_uart.h:47
max_uart_desc
Platform specific UART state.
Definition: maxim_uart.h:63
max_uart_flow_ctrl
max_uart_flow_ctrl
UART flow control.
Definition: maxim_uart.h:46
max_uart_init_param
Aditional UART config parameters.
Definition: maxim_uart.h:55
max_uart_ops
const struct no_os_uart_platform_ops max_uart_ops
Maxim specific UART platform ops structure.
Definition: maxim_uart.c:475
MAX_UART_FLOW_DIS
@ MAX_UART_FLOW_DIS
Definition: maxim_uart.h:46
no_os_uart.h
Header file of UART interface.
no_os_irq_ctrl_desc
Definition: no_os_irq.h:123