no-OS
maxim_usb_uart.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef MAXIM_USB_UART_H_
41 #define MAXIM_USB_UART_H_
42 
43 #include "no_os_irq.h"
44 #include "no_os_uart.h"
45 
50  uint16_t vid;
51  uint16_t pid;
52 };
53 
57 struct max_usb_uart_desc {
59  struct no_os_irq_ctrl_desc *nvic;
60 };
61 
65 extern const struct no_os_uart_platform_ops max_usb_uart_ops;
66 
67 #endif
no_os_uart_platform_ops
Structure holding UART function pointers that point to the platform specific function.
Definition: no_os_uart.h:161
no_os_irq.h
Header file of IRQ interface.
max_usb_uart_desc::nvic
struct no_os_irq_ctrl_desc * nvic
Definition: maxim_usb_uart.h:58
max_usb_uart_ops
const struct no_os_uart_platform_ops max_usb_uart_ops
Maxim specific UART platform ops structure.
Definition: maxim_usb_uart.c:330
max_usb_uart_desc
Platform specific UART state.
Definition: maxim_usb_uart.h:56
max_usb_uart_init_param
Aditional UART config parameters.
Definition: maxim_usb_uart.h:48
max_usb_uart_init_param::vid
uint16_t vid
Definition: maxim_usb_uart.h:49
no_os_uart.h
Header file of UART interface.
max_usb_uart_init_param::pid
uint16_t pid
Definition: maxim_usb_uart.h:50
no_os_irq_ctrl_desc
Definition: no_os_irq.h:129